rubocop
This commit is contained in:
parent
c76de5b1d5
commit
dad048eb20
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
class ExploreController < ApplicationController
|
class ExploreController < ApplicationController
|
||||||
before_action :authorize_explore
|
before_action :authorize_explore
|
||||||
after_action :verify_authorized
|
after_action :verify_authorized
|
||||||
|
@ -5,8 +6,8 @@ class ExploreController < ApplicationController
|
||||||
|
|
||||||
respond_to :html, :json, :csv
|
respond_to :html, :json, :csv
|
||||||
|
|
||||||
# TODO remove?
|
# TODO: remove?
|
||||||
#autocomplete :map, :name, full: true, extra_data: [:user_id]
|
# autocomplete :map, :name, full: true, extra_data: [:user_id]
|
||||||
|
|
||||||
# GET /explore/active
|
# GET /explore/active
|
||||||
def active
|
def active
|
||||||
|
|
Loading…
Reference in a new issue