1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 10:21:14 +00:00

remove spaces inside {} of ImportsController

git-svn-id: http://svn.redmine.org/redmine/trunk@20373 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-14 13:18:56 +00:00
parent 162d75ed4e
commit 0e79d0d688

View File

@ -141,8 +141,7 @@ class ImportsController < ApplicationController
def menu_items
menu_item = import_type ? import_type.menu_item : nil
{ self.controller_name.to_sym => { :actions => {}, :default => menu_item } }
{self.controller_name.to_sym => {:actions => {}, :default => menu_item}}
end
def authorize_import