Closed dacamo76 closed 11 years ago
The :confirm option has been deprecated and will be removed in Rails 4.1.
:confirm
This changes all instances of :confirm in the scaffold templates from:
:confirm => 'Are you sure?'
to
:data => { confirm: 'Are you sure?' }
According to https://github.com/rails/rails/pull/6613 it was deprecated in rails 3.2
Thank you for the PR.
The
:confirm
option has been deprecated and will be removed in Rails 4.1.This changes all instances of
:confirm
in the scaffold templates from:to
According to https://github.com/rails/rails/pull/6613 it was deprecated in rails 3.2