Skip to content

Commit

Permalink
fix issue when initialize haml
Browse files Browse the repository at this point in the history
* not to overwrite default option
  • Loading branch information
kwappa committed Sep 17, 2015
1 parent 99bc76a commit 5d38bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/haml.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Haml::Template.options = {
Haml::Template.options.merge!(
attr_wrapper: '"',
ugly: true,
}
)

0 comments on commit 5d38bab

Please sign in to comment.