Class: Hashtags::ResourcesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Hashtags::ResourcesController
- Defined in:
- app/controllers/hashtags/resources_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/hashtags/resources_controller.rb', line 3 def index respond_to do |format| format.json { render json: resources_as_json, root: false } end end |