Rename browse controller to feature queries controller
This commit is contained in:
parent
8878c963f3
commit
cca07cf0b5
6 changed files with 11 additions and 10 deletions
13
app/controllers/feature_queries_controller.rb
Normal file
13
app/controllers/feature_queries_controller.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
class FeatureQueriesController < ApplicationController
|
||||
layout :map_layout
|
||||
|
||||
before_action :authorize_web
|
||||
before_action :set_locale
|
||||
before_action -> { check_database_readable(:need_api => true) }
|
||||
before_action :require_oauth
|
||||
before_action :update_totp
|
||||
around_action :web_timeout
|
||||
authorize_resource :class => false
|
||||
|
||||
def show; end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue