1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/renderer
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
..
abstract_renderer.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
partial_renderer.rb Make controller namespace partial prefix optional 2012-03-28 20:21:46 -04:00
renderer.rb no @controller dependency in Renderers. 2011-05-04 00:12:11 +02:00
streaming_template_renderer.rb removes comment obsoleted by 18ed37b 2011-12-31 10:37:01 +01:00
template_renderer.rb Set proper rendered_format when doing render :inline 2012-03-28 18:53:09 -03:00