Hi Chris,
  I just went thru this today,
this is what I have in my init.rb

Merb::BootLoader.after_app_loads do
  Merb::Slices::config[:merb_auth_slice_password][:layout] = :application
end

Im guessing you could replace :application with whatever layout you wanted,
So, maybe yours wouldl work if your layout was
app/views/layouts/system.html.erb.  Not sure on that tho.

~Michael


On Tue, Nov 25, 2008 at 8:25 PM, CRS <[EMAIL PROTECTED]> wrote:

> Hey there.  It should be
>>
>> Merb::BootLoader.after_app_loads do
>>   Merb::Slices::Config[:merb_auth_slice_password][:layout] = :system
>> end
>>
>> Although  a before_app_loads should work also :|
>>
>>
> Nope.  I tried that already.  still no go.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to