Source: show | on GitHub
# File activerecord/test/models/company.rb, line 20 def arbitrary_method "I am Jack's profound disappointment" end
# File actionpack/test/fixtures/company.rb, line 7 def validate errors.add('rating', 'rating should not be 2') if rating == 2 end