lib/trailblazer/rails/controller.rb in trailblazer-rails-1.0.0.beta1 vs lib/trailblazer/rails/controller.rb in trailblazer-rails-1.0.0

- old
+ new

@@ -47,7 +47,15 @@ render( { html: content }.merge(options) ) end end include Render + + module Result + def result + @_result + end + end + + include Result end end