disable the rethrow exceptions option for the liquid templates

This commit is contained in:
did 2012-01-26 02:43:55 +01:00
parent 50917a919e
commit 192518d258
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ module Locomotive
:current_locomotive_account => current_locomotive_account
}
::Liquid::Context.new({}, assigns, registers, true)
::Liquid::Context.new({}, assigns, registers, false) # pass false to true to enable the re-thrown exception flag
end
def prepare_and_set_response(output)