It's not clear to me why Hyrax generates this call, but it's a Rails 4 migration artifact and we definitely don't need it in this code base. It should always be nil, and runs the risk of eventually being NoMethodError or worse.
Coverage increased (+0.2%) to 96.211% when pulling d69d2b28530325bffa1e3f5170854a5096838f7e on remove-unused into a504430e507fde73b92a998cdf805954210a8cd1 on master.
It's not clear to me why Hyrax generates this call, but it's a Rails 4 migration artifact and we definitely don't need it in this code base. It should always be
nil
, and runs the risk of eventually beingNoMethodError
or worse.