spec/dummy/app/controllers/stache_controller.rb in stache-1.0.0.rc vs spec/dummy/app/controllers/stache_controller.rb in stache-1.0.0
- old
+ new
@@ -16,9 +16,13 @@
def with_layout
end
+ def with_wrapper
+
+ end
+
def helper
Stache::ViewContext.current = self.view_context
end
end