view lib/generators/redmine_plugin_controller/templates/.svn/text-base/controller.rb.erb.svn-base @ 244:8972b600f4fb

Add some files from SVN working copy that addremove had overlooked
author Chris Cannam
date Thu, 03 Mar 2011 11:40:10 +0000
parents 513646585e45
children
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController
  unloadable

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

  def <%= action %>
  end
<% end -%>
end