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
As alias_method_chain is deprecated in Rails 5, I have rewritten the ar_innodb_row_format.rb initializer to make use of #prepend. I found more info on this type of conversion here.
As
alias_method_chain
is deprecated in Rails 5, I have rewritten thear_innodb_row_format.rb
initializer to make use of#prepend
. I found more info on this type of conversion here.I'll submit a pull request for this.
The text was updated successfully, but these errors were encountered: