Changeset [4ab74c4f152b85c6f8093cb5ae9e89009b1ddc6a] by Ian White

September 21st, 2008 @ 05:10 AM

inherit_views no longer requires the exitsnce of an action method (ie. it will render inherited templates if they exist, when there is no action defined) http://github.com/ianwhite/inher...

Committed by Ian White

  • M lib/ardes/inherit_views.rb
  • M spec/app.rb
  • M spec/controllers/b_controller_spec.rb
  • M spec/controllers/c_controller_spec.rb
  • M spec/fixtures/views/a/_partial_render_parent.html.erb
  • M spec/fixtures/views/b/_partial_render_parent.html.erb
  • M spec/fixtures/views/b/partial_render_parent.html.erb
  • M spec/fixtures/views/c/_partial_render_parent.html.erb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

inherit_views enables inheritance of views along a controller class heirachy