spree / deface

Rails plugin that allows you to customize ERB views in a Rails application without editing the underlying view.
MIT License
520 stars 127 forks source link

Remove updated_at from ActionView::Template#initialize in Rails 6 #201

Closed aldesantis closed 5 years ago

aldesantis commented 5 years ago

ActionView::Template#updated_at was deprecated in Rails 6 (https://github.com/rails/rails/pull/35623).

damianlegawiec commented 5 years ago

Thank you @aldesantis 👍