Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make controller namespace partial prefix optional | Grant Hutchins | 2012-03-28 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Improve test coverage and create fixtures for ↵ | Joshua Peek | 2008-07-12 | 1 | -0/+1 |
RenderPartialWithRecordIdentificationTests |