Class: Motor::NoteTagsController
- Inherits:
-
ApiBaseController
- Object
- ActionController::API
- ApiBaseController
- Motor::NoteTagsController
- Defined in:
- app/controllers/motor/note_tags_controller.rb
Instance Method Summary collapse
Methods included from CurrentAbility
Methods included from CurrentUserMethod
Instance Method Details
#index ⇒ Object
9 10 11 |
# File 'app/controllers/motor/note_tags_controller.rb', line 9 def index render json: { data: @note_tags.to_a } end |