aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/movie.rb
blob: c441be2bef80a5fc99a9ca13b060c9054484b0b0 (plain) (blame)
1
2
3
class Movie < ActiveRecord::Base
  self.primary_key = "movieid"
end