Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def add_from_tmdb
- movie_id = params[:movie_id]
- if Movie.add_movie_from_tmdb(movie_id)
- flash[:notice] = "Add movie success"
- else
- flash[:warning] = "Add movie fail"
- end
- redirect_to movies_path
- end
Add Comment
Please, Sign In to add comment