Commit 05b3a1b2 by yhirano55 Committed by Cuong Tran

Use string instead of boolean (#561)

parent e02d1222
...@@ -46,7 +46,7 @@ if Rails.env.development? ...@@ -46,7 +46,7 @@ if Rails.env.development?
'trace' => 'false', 'trace' => 'false',
'wrapper_open' => nil, 'wrapper_open' => nil,
'wrapper_close' => nil, 'wrapper_close' => nil,
'with_comment' => true 'with_comment' => 'true'
) )
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment