spec/dummy/config/routes.rb in stache-0.9.0 vs spec/dummy/config/routes.rb in stache-0.9.1
- old
+ new
@@ -8,6 +8,8 @@
get 'handlebars', :to => 'handlebars#index', :as => 'handlebars'
get 'handlebars/with_partials', :to => 'handlebars#with_partials'
get 'handlebars/with_helpers', :to => 'handlebars#with_helpers'
+
+ get 'handlebars/with_missing_data', :to => 'handlebars#with_missing_data'
end