Skip to content

Instantly share code, notes, and snippets.

@shrirambalakrishnan
Last active November 5, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrirambalakrishnan/411f612dc8cea358eaa721860d897043 to your computer and use it in GitHub Desktop.
Save shrirambalakrishnan/411f612dc8cea358eaa721860d897043 to your computer and use it in GitHub Desktop.
class MoviesController < ApplicationController
def index
@movies = Movie.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment