This website requires JavaScript.
Explore
Help
Sign In
deac
/
couchrest_model
Watch
1
Star
0
Fork
You've already forked couchrest_model
0
Code
Issues
Pull requests
Releases
Wiki
Activity
39c60d77d2
couchrest_model
/
init.rb
2 lines
70 B
Ruby
Raw
Normal View
History
Unescape
Escape
Adds suppport for ActiveModel::Dirty and ::AttributeMethods * ActiveModel::Dirty ** Basic support for dirty tracking ** It does not bubble up any changes to casted models currently * ActiveModel::AttributeMethods ** Attributes are now read and written through ActiveModel ** This also allows you to add your own attribute methods with prefix suffix and affix names. For more information check out ActiveModel::AttributeMethods::ClassMethods
2010-09-17 00:24:43 +02:00
require
File
.
join
(
File
.
dirname
(
__FILE__
)
,
'lib'
,
'couchrest'
,
'model'
)
Reference in a new issue
Copy permalink