You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using caracal-rails with Rails 6 leads to the following deprecation warning:
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:
>> Caracal::Rails::TemplateHandler.call(template)
To:
>> Caracal::Rails::TemplateHandler.call(template, source)
The text was updated successfully, but these errors were encountered:
Using caracal-rails with Rails 6 leads to the following deprecation warning:
The text was updated successfully, but these errors were encountered: