curationexperts / mahonia

Oregon Health & Science Repository
Apache License 2.0
6 stars 0 forks source link

Remove unused `needs_attr_accessible?` call from User model #169

Closed no-reply closed 6 years ago

no-reply commented 6 years ago

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.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 96.211% when pulling d69d2b28530325bffa1e3f5170854a5096838f7e on remove-unused into a504430e507fde73b92a998cdf805954210a8cd1 on master.