recipes/home_controller_recipe.rb in playmo-0.1.4 vs recipes/home_controller_recipe.rb in playmo-0.1.5
- old
+ new
@@ -1,7 +1,7 @@
recipe :home_controller do
description 'This will add HomeController into your app that present home page'
- after :layout
+ after :cancan
# Make changes in index view
def change_index_view
case retrieve(:markup)
when :erb then change_index_view_with_erb
\ No newline at end of file