View difference between Paste ID: hUqQkbjc and A3aj5W42
SHOW: | | - or go back to the newest paste.
1-
# This file is app/controllers/movies_controller.rb
1+
# This file is app/controllers/movies_controller.rb Modified by Alexander Espinosa
2-
def index
2+
class MoviesController < ApplicationController
3-
  @movies = Movie.all
3+
def index
4
  @movies = Movie.all
5
end
6
end