index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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