lib/templates/controller.rb in thesilverspoon-0.0.9 vs lib/templates/controller.rb in thesilverspoon-0.0.10
- old
+ new
@@ -1,4 +1,4 @@
class <%= plural_name.camelize %>Controller < ApplicationController
-layout 'scaffold'
+
<%= controller_methods :actions %>
-end
\ No newline at end of file
+end