Class: TabloConnect::MoviesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- TabloConnect::MoviesController
- Defined in:
- app/controllers/tablo_connect/movies_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/tablo_connect/movies_controller.rb', line 3 def index movies = Movie.all_order_title render json: {movies: movies} end |