spec/dummy/app/controllers/stache_controller.rb in stache-1.0.0 vs spec/dummy/app/controllers/stache_controller.rb in stache-1.0.1

- old
+ new

@@ -24,6 +24,14 @@ def helper Stache::ViewContext.current = self.view_context end + def no_format_in_extension + + end + + def no_format_in_extension_with_wrapper + + end + end