Sha256: 0b5bf72806de347d472faf557ead38a9467acdf8b7aa9c774c1a10aa404e456a

Contents?: true

Size: 91 Bytes

Versions: 9

Compression:

Stored size: 91 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
draper-0.11.1 spec/support/samples/decorator.rb
draper-0.11.0 spec/support/samples/decorator.rb
draper-0.10.0 spec/support/samples/decorator.rb
draper-0.9.5 spec/support/samples/decorator.rb
draper-0.9.3 spec/samples/decorator.rb
draper-0.9.2 spec/samples/decorator.rb
draper-0.9.1 spec/samples/decorator.rb
draper-0.9.0 spec/samples/decorator.rb
draper-0.8.1 spec/samples/decorator.rb