Class: Motor::TagsController

Inherits:
ApiBaseController show all
Defined in:
app/controllers/motor/tags_controller.rb

Instance Method Summary collapse

Methods included from CurrentAbility

#current_ability

Methods included from CurrentUserMethod

#current_user

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/motor/tags_controller.rb', line 7

def index
  render json: { data: @tags }
end