mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user