aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/person.rb
blob: d98420f9005e2efcc098de1e749ea9d8ae21b60c (plain) (blame)
1
2
3
4
5
class Person
  include ActiveModel::Validations

  attr_accessor :title, :karma
end