On Wed, Nov 26, 2008 at 3:30 PM, Michael Fairchild < [EMAIL PROTECTED]> wrote:
> 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 > Yeah I was assuming that it was the system layout that was needed... Good call to spell it out though ;) > > > > 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 -~----------~----~----~----~------~----~------~--~---
