For several parts of my views I have generic partials. In some cases I, however, I need to use more specific partials. Generally, I handle this through configuration in the controllers where this applies. For this I assign the paths of the default partials to instance variables in the ApplicationController. When I need more specific partials, I re-assign the instance variable with their path in a concrete controller. This approach works, but I''d like to have it more comfy and DRYer. What I want is a way to put the generic partials into /app/views/default and have them used unless there are more specific partials in /app/views/somethings. Michael -- Michael Schuerig mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---