mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-09 18:53:05 +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:
parent
6d4c0a77fe
commit
cfd49183b0
@ -1,7 +1,5 @@
|
|||||||
# Sample plugin controller
|
# Sample plugin controller
|
||||||
class ExampleController < ApplicationController
|
class ExampleController < ApplicationController
|
||||||
unloadable
|
|
||||||
|
|
||||||
layout 'base'
|
layout 'base'
|
||||||
before_action :find_project, :authorize
|
before_action :find_project, :authorize
|
||||||
menu_item :sample_plugin
|
menu_item :sample_plugin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user