1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/activerecord
Grant Hutchins 18d275ada1 Make controller namespace partial prefix optional
config.action_view.prefix_partial_path_with_controller_namespace

This allows you to choose to render @post using
/posts/_post.erb instead of /admin/posts/_post.erb
inside Admin::PostsController.
2012-03-28 20:21:46 -04:00
..
active_record_store_test.rb Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
controller_runtime_test.rb
polymorphic_routes_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
render_partial_with_record_identification_test.rb Make controller namespace partial prefix optional 2012-03-28 20:21:46 -04:00