FooBarWidget/default_value_for

alias_method_chain is deprecated

connorshea opened this issue · 0 comments

It's recommended in the README that we use alias_method_chain, but its been deprecated in Rails 5. This should be changed.

See rails/rails#19434