1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Merged r17170 from trunk to 3.4-stable (#27963).

git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-01-10 08:40:14 +00:00
parent 9ad71c6178
commit 43ea015497

View File

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