Advertisement
saasbook

index.rb

Aug 15th, 2013
1,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. # This file is app/controllers/movies_controller.rb
  2. class MoviesController < ApplicationController
  3.   def index
  4.     @movies = Movie.all
  5.   end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement