1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/support/samples/decorator.rb
Vasiliy Ermolovich 24ba88eb1c add new lines 😓
2012-04-25 23:12:30 +03:00

5 lines
92 B
Ruby

class Decorator < Draper::Base
def self.own_class_method
"own class method"
end
end