Add frozen_string_literal: true to controller

This commit is contained in:
Stan Hu 2018-07-25 15:01:37 -07:00
parent 6762aa0d45
commit e47cf67e80
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class Import::BitbucketServerController < Import::BaseController
before_action :verify_bitbucket_server_import_enabled
before_action :bitbucket_auth, except: [:new, :configure]