lib/generators/wheels/recipes/haml.rb in wheels-0.0.17 vs lib/generators/wheels/recipes/haml.rb in wheels-0.0.18

- old
+ new

@@ -1,8 +1,8 @@ gem 'haml' remove_file 'app/views/layouts/application.html.erb' -create_file 'app/views/layouts/application.html.haml', load_template('app/views/layouts/application.html.haml','haml') initializer 'haml.rb',<<EOF Haml::Template.options[:format] = :html5 -EOF \ No newline at end of file +EOF +