saasbook

movie.1.rb

Mar 1st, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. class Movie < ActiveRecord::Base
  2.  
  3.   def self.find_in_tmdb(string)
  4.     Tmdb::Movie.find(string)
  5.   end
  6.  
  7.   # rest of file elided for brevity
  8. end
Add Comment
Please, Sign In to add comment