Mercurial > hg > soundsoftware-site
view lib/generators/redmine_plugin_controller/templates/.svn/text-base/controller.rb.erb.svn-base @ 66:29d087fde142 luisf
Correctly prints the error messages if user description is blank.
author | luisf |
---|---|
date | Mon, 06 Dec 2010 13:48:52 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class <%= class_name %>Controller < ApplicationController unloadable <% actions.each do |action| -%> def <%= action %> end <% end -%> end