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
|
||||
before_action :authorize_explore
|
||||
after_action :verify_authorized
|
||||
|
@ -5,8 +6,8 @@ class ExploreController < ApplicationController
|
|||
|
||||
respond_to :html, :json, :csv
|
||||
|
||||
# TODO remove?
|
||||
#autocomplete :map, :name, full: true, extra_data: [:user_id]
|
||||
# TODO: remove?
|
||||
# autocomplete :map, :name, full: true, extra_data: [:user_id]
|
||||
|
||||
# GET /explore/active
|
||||
def active
|
||||
|
|
Loading…
Reference in a new issue