Class: Doodle::ChannelsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/doodle/channels_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#auth_params, #authenticate, #authenticate_user

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/doodle/channels_controller.rb', line 5

def index
  render json: Channel.all
end