Mercurial > hg > soundsoftware-site
view lib/generators/redmine_plugin_controller/templates/.svn/text-base/controller.rb.erb.svn-base @ 210:0579821a129a
Update to Redmine trunk rev 4802
author | Chris Cannam |
---|---|
date | Tue, 08 Feb 2011 13:51:46 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController unloadable <% actions.each do |action| -%> def <%= action %> end <% end -%> end