spec/support/string_presenter.rb in action_presenter-1.1.4 vs spec/support/string_presenter.rb in action_presenter-1.1.5
- old
+ new
@@ -1,5 +1,7 @@
class StringPresenter < ActionPresenter::Base
+ presents :str
+
def foobar
'foo'
end
end
\ No newline at end of file