This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
draper
Watch
1
Star
0
Fork
You've already forked draper
0
mirror of
https://github.com/drapergem/draper
synced
2023-03-27 23:21:17 -04:00
Code
Releases
Activity
404f9d9044
draper
/
spec
/
support
/
samples
/
active_record.rb
10 lines
83 B
Ruby
Raw
Normal View
History
Unescape
Escape
Clean up protections with regards to method_missing in AR circumventing denied methods
2011-07-23 13:15:53 -04:00
module
ActiveRecord
class
Base
added support to decorate a ActiveRecord collection ActiveRecordCollection.decorate returns a DecoratorEnumerableProxy
2011-10-28 08:07:03 -04:00
def
self
.
limit
self
end
Clean up protections with regards to method_missing in AR circumventing denied methods
2011-07-23 13:15:53 -04:00
end
Ability to pass block to decorator method
2011-09-16 14:42:33 -04:00
end
Copy permalink