Sarik_Kumpan

def add_from_tmdb

Dec 11th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def add_from_tmdb
  2. movie_id = params[:movie_id]
  3. Movie.add_movie_from_tmdb(movie_id)
  4. redirect_to movies_path
  5. end
Advertisement
Add Comment
Please, Sign In to add comment