1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/samples/active_record.rb
Jeff Casimir 1f4c1e705d Merge pull request #25 from edtsech/block
Ability to pass block to decorator method
2011-10-03 13:31:35 -07:00

4 lines
43 B
Ruby

module ActiveRecord
class Base
end
end