Habanazo

movies_controller.rb corrected

Feb 22nd, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # This file is app/controllers/movies_controller.rb Modified by Alexander Espinosa
  2. class MoviesController < ApplicationController
  3. def index
  4.   @movies = Movie.all
  5. end
  6. end
Add Comment
Please, Sign In to add comment