class RailsBestPractices::Reviews::SimplifyRenderInControllersReview
Review
a controller file to make sure using simplified syntax for render.
See the best practice details here rails-bestpractices.com/posts/2010/12/12/simplify-render-in-controllers/
Implementation:
Review
process:
check all render method commands in controller files, if there is a key 'action', 'template' or 'file' in the argument, then they should be replaced by simplified syntax.