-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Hello! Looks like Rails 6 has a slight change in template handler signature.
DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers
must now accept two parameters, the view object and the source for the view object.
Change:
>> Liquid::Rails::TemplateHandler.call(template)
To:
>> Liquid::Rails::TemplateHandler.call(template, source)
(called from <top (required)> at <...>/config/environment.rb:7)
richardonrails, ayanko and parth-shipmnts
Metadata
Metadata
Assignees
Labels
No labels