08a99d0eac
e31077c9aa
017f5d5308
47a5fd4c4b
1 2
3
4
5
6 7 8 9
10
11 12 13
class Person include ActiveModel::Validations extend ActiveModel::Translation attr_accessor :title, :karma, :salary, :gender def condition_is_true true end end class Child < Person end