Question with the template inheritance

Hi all!, I have a doubt with the inheritance templates since rails 3.1,
we
have accesible on views by inheritance the partials that are in de
views/application folder, but we dont have it when are in
views/application/other_folder. I wondered if it would be useful to us,
I
can have more organized this folder.

My problem come from having a lot partials that the controller shared
between them and have al most 15 files here and certainly will increase
xD,
maybe the inheritance templates isnt my solution, maybe I have to get
this
access with modules instead inheritance but I think that should be a
rails
improvement :slight_smile:

Maybe exists solutions like add those folders to the views folder list,
but
I ask me if should be one way to collaborate to rails.

Thanks a lot for your time and sorry my english xD