comparison .svn/pristine/de/de0e01a6d09d0c100f0fe9671d7f16791890e3ed.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
1 class <%= @controller_class %>Controller < ApplicationController
2 unloadable
3
4 <% actions.each do |action| -%>
5
6 def <%= action %>
7 end
8 <% end -%>
9 end