Commit 9a94f5eb73b02f1a036d632989e901eaba2f1efa

Authored by Dmitriy Zaporozhets
1 parent a0ab5e43

Enable HAML ugly mode by default for all environments

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/haml.rb 0 → 100644
... ... @@ -0,0 +1 @@
  1 +Haml::Template.options[:ugly] = true
... ...