Actually, it doesn't. This is the exception I get: /home/max/Documents/merb/merb_plume/app/views/layout//usr/lib/ruby/ gems/1.8/gems/merb_plume_theme_silver-0.0.1/views/layout/ silver.html.erb
On Nov 19, 5:19 am, loob2 <[EMAIL PROTECTED]> wrote: > You should be able to find the absolute path to the other slice's > layout using: > > YourRegularSlice.slice_path_for(:view) / 'layout' / ... > > Passing the absolute path to the 'layout' method should work. > > On Nov 19, 8:05 am, Max <[EMAIL PROTECTED]> wrote: > > > So this is a sort of convoluted situation, but...I believe in my > > scenario, it actually makes sense. > > > In any case, I have a controller in a thin slice that inherits from a > > controller in a "regular" slice, and I want to specify the layout in > > the thin-slice controller. The only problem is the layout is looked > > for in the regular slice and application namespaces only, but not the > > thin-slice -- how do I specify the layout I want? > > > Thanks! Let me know if more detail is needed... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
