To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / lib / generators / redmine_plugin_controller / templates / controller.rb.erb @ 442:753f1380d6bc

History | View | Annotate | Download (146 Bytes)

1
class <%= class_name %>Controller < ApplicationController
2
  unloadable
3

    
4
<% actions.each do |action| -%>
5

    
6
  def <%= action %>
7
  end
8
<% end -%>
9
end