This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
3895e2ccb3
rails--rails
/
activemodel
/
test
/
models
/
person.rb
6 lines
84 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations
2009-03-20 17:40:37 -04:00
class
Person
include
ActiveModel
::
Validations
Add ActiveModel::Validations tests for regular ruby classes
2009-03-20 18:21:27 -04:00
attr_accessor
:title
,
:karma
Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations
2009-03-20 17:40:37 -04:00
end
Copy permalink