1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Merged r17160 to 3.4-stable (#20513).

git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17161 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2018-01-08 17:54:28 +00:00
parent cffc5d7026
commit ab31c2e23f
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,4 @@
class <%= @controller_class %>Controller < ApplicationController
unloadable
<% actions.each do |action| -%>
def <%= action %>

View File

@ -1,3 +1,2 @@
class <%= @model_class %> < ActiveRecord::Base
unloadable
end