Class: Doodle::ChannelsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Doodle::ChannelsController
- Defined in:
- app/controllers/doodle/channels_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#auth_params, #authenticate, #authenticate_user
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/doodle/channels_controller.rb', line 5 def index render json: Channel.all end |