Sha256: d4a84c28af4b55c5ed518e2a641bcc45f8d5771f0f2beff62207005920cb2c23

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

class StringPresenter < ActionPresenter::Base
  presents :str

  def foobar
    'foo'
  end
end

class FoobarPresenter < ActionPresenter::Base
  def foobar
    'bar'
  end
end


module Foo
  class StringPresenter < ActionPresenter::Base
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
action_presenter-1.1.6 spec/support/string_presenter.rb
action_presenter-1.1.5 spec/support/string_presenter.rb