]> source.dussan.org Git - redmine.git/commitdiff
Merged r17170 from trunk to 3.4-stable (#27963).
authorGo MAEDA <maeda@farend.jp>
Wed, 10 Jan 2018 08:40:14 +0000 (08:40 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 10 Jan 2018 08:40:14 +0000 (08:40 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17171 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/sample_plugin/app/controllers/example_controller.rb

index b85599a37b7293099fe61d8993c151d009074b73..d38d01d917ccf395d930fa149a763702b0b2d8fc 100644 (file)
@@ -1,7 +1,5 @@
 # Sample plugin controller
 class ExampleController < ApplicationController
-  unloadable
-
   layout 'base'
   before_action :find_project, :authorize
   menu_item :sample_plugin