Fix syntax error with ruby 2.5
This commit is contained in:
parent
cb0c185ce6
commit
d7b43c5f17
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class BrowseController < ApplicationController
|
|||
|
||||
before_action :authorize_web
|
||||
before_action :set_locale
|
||||
before_action :except => [:query] { |c| c.check_database_readable(true) }
|
||||
before_action(:except => [:query]) { |c| c.check_database_readable(true) }
|
||||
before_action :require_oauth
|
||||
around_action :web_timeout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue