@@ -1,7 +1,9 | |||||
1 | class <%= class_name %>Controller < ApplicationController |
|
1 | class <%= class_name %>Controller < ApplicationController | |
|
2 | unloadable | |||
|
3 | ||||
2 | <% actions.each do |action| -%> |
|
4 | <% actions.each do |action| -%> | |
3 |
|
5 | |||
4 | def <%= action %> |
|
6 | def <%= action %> | |
5 | end |
|
7 | end | |
6 | <% end -%> |
|
8 | <% end -%> | |
7 | end |
|
9 | end |
General Comments 0
You need to be logged in to leave comments.
Login now