view lib/generators/redmine_plugin_controller/templates/.svn/text-base/controller.rb.erb.svn-base @ 592:68c6b060385c feature_36

development commit: still users/authors management
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 15 Aug 2011 13:55:01 +0100
parents 513646585e45
children
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController
  unloadable

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

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