view lib/generators/redmine_plugin_controller/templates/.svn/text-base/controller.rb.erb.svn-base @ 399:e7c58b88e670 live

Merge from branch "feature_135"
author Chris Cannam
date Mon, 11 Apr 2011 18:01:57 +0100
parents 513646585e45
children
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController
  unloadable

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

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