spec/dummy/app/controllers/handlebars_controller.rb in stache-0.9.0 vs spec/dummy/app/controllers/handlebars_controller.rb in stache-0.9.1
- old
+ new
@@ -13,6 +13,10 @@
def with_helpers
@image = "image.png"
@some_text = "lowercase"
end
+ def with_missing_data
+ #with_missing_data.html.hbs
+ end
+
end
\ No newline at end of file