Mercurial > hg > soundsoftware-site
view lib/generators/redmine_plugin_controller/templates/.svn/text-base/controller.rb.erb.svn-base @ 1178:970f82375f2e bug_362
Close obsolete branch bug_362
author | Chris Cannam |
---|---|
date | Wed, 01 Feb 2012 13:40:49 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController unloadable <% actions.each do |action| -%> def <%= action %> end <% end -%> end