Class: Sequent::StreamsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Sequent::StreamsController
- Defined in:
- app/controllers/sequent/streams_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/sequent/streams_controller.rb', line 5 def index @streams = get_streams.order(id: :desc) end |