Sha256: cd32235393f95f9a4b65bcca821cd1931430f17f5626443941f395ff9ec397ef

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

class StringPresenter < ActionPresenter::Base
  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

4 entries across 4 versions & 1 rubygems

Version Path
action_presenter-1.1.4 spec/support/string_presenter.rb
action_presenter-1.1.3 spec/support/string_presenter.rb
action_presenter-1.1.2 spec/support/string_presenter.rb
action_presenter-1.1.1 spec/support/string_presenter.rb