]> source.dussan.org Git - redmine.git/commitdiff
Merged r17160 to 3.4-stable (#20513).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 8 Jan 2018 17:54:28 +0000 (17:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 8 Jan 2018 17:54:28 +0000 (17:54 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17161 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/generators/redmine_plugin_controller/templates/controller.rb.erb
lib/generators/redmine_plugin_model/templates/model.rb.erb

index dddbf7017d2ffaa60d24cd709b2490e01709aef5..0fc5e5c8fb596381bc34c0ae73b52b3f4df7b1e9 100644 (file)
@@ -1,6 +1,4 @@
 class <%= @controller_class %>Controller < ApplicationController
-  unloadable
-
 <% actions.each do |action| -%>
 
   def <%= action %>
index 71284e96d0699c3021ebeafd4a5e0ba00dbced60..cb6f3141134da385b37525ef11cab22a081a3c89 100644 (file)
@@ -1,3 +1,2 @@
 class <%= @model_class %> < ActiveRecord::Base
-  unloadable
 end