Query mode doesn't need the database
This commit is contained in:
parent
1bfc96ec76
commit
a6c24e3e5b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class BrowseController < ApplicationController
|
|||
|
||||
before_filter :authorize_web
|
||||
before_filter :set_locale
|
||||
before_filter { |c| c.check_database_readable(true) }
|
||||
before_filter :except => [ :query ] { |c| c.check_database_readable(true) }
|
||||
before_filter :require_oauth
|
||||
around_filter :web_timeout
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue