1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-09 10:43:07 +00:00

Remove 'unloadable' from bundled sample plugin (#27963).

Patch by Mischa The Evil.


git-svn-id: http://svn.redmine.org/redmine/trunk@17170 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-01-10 08:33:42 +00:00
parent 6d4c0a77fe
commit cfd49183b0

View File

@ -1,7 +1,5 @@
# Sample plugin controller
class ExampleController < ApplicationController
unloadable
layout 'base'
before_action :find_project, :authorize
menu_item :sample_plugin