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:
parent
cffc5d7026
commit
ab31c2e23f
@ -1,6 +1,4 @@
|
||||
class <%= @controller_class %>Controller < ApplicationController
|
||||
unloadable
|
||||
|
||||
<% actions.each do |action| -%>
|
||||
|
||||
def <%= action %>
|
||||
|
||||
@ -1,3 +1,2 @@
|
||||
class <%= @model_class %> < ActiveRecord::Base
|
||||
unloadable
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user