Sha256: 14ce0ec11ed4a7c3b3db1ac6dd08ef4bda65c614ea24d31b2de06f2727892c66

Contents?: true

Size: 92 Bytes

Versions: 11

Compression:

Stored size: 92 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
draper-0.18.0 spec/support/samples/decorator.rb
draper-0.17.0 spec/support/samples/decorator.rb
draper-0.16.0 spec/support/samples/decorator.rb
draper-0.15.0 spec/support/samples/decorator.rb
draper-0.15.0rc1 spec/support/samples/decorator.rb
draper-0.14.0 spec/support/samples/decorator.rb
draper-0.12.3 spec/support/samples/decorator.rb
draper-0.12.2 spec/support/samples/decorator.rb
draper-0.13.0 spec/support/samples/decorator.rb
draper-0.12.1 spec/support/samples/decorator.rb
draper-0.12.0 spec/support/samples/decorator.rb