spec/dummy/config/initializers/stache.rb in stache-0.2.2 vs spec/dummy/config/initializers/stache.rb in stache-0.9.0
- old
+ new
@@ -1,3 +1,5 @@
Stache.configure do |config|
config.template_base_path = Rails.root.join('app', 'views')
+ config.use :mustache
+ config.use :handlebars
end
\ No newline at end of file