Sha256: bd675bfe35e0ede7d6f1206d42390fe7b7794fe11ecf714a1d70147f8a1b19e4

Contents?: true

Size: 158 Bytes

Versions: 3

Compression:

Stored size: 158 Bytes

Contents

class StringPresenter < ActionPresenter::Base
  def foobar
    'foo'
  end
end

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
action_presenter-1.1 spec/support/string_presenter.rb
action_presenter-1.0.2 spec/support/string_presenter.rb
action_presenter-1.0.1 spec/support/string_presenter.rb