Skip to content

Instantly share code, notes, and snippets.

@alanmaciel
Created February 26, 2018 03:59
Show Gist options
  • Save alanmaciel/8b8e1e1021154c9b472bf9de5674e007 to your computer and use it in GitHub Desktop.
Save alanmaciel/8b8e1e1021154c9b472bf9de5674e007 to your computer and use it in GitHub Desktop.
before_action :set_movie
private
def set_movie
@movie = Movie.find(params[:movie_id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment