1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/support/models/some_thing.rb
2012-11-21 21:55:56 +03:00

5 lines
81 B
Ruby

class SomeThing < Product
def delegated_method
'Yay, delegation'
end
end