solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Error undefined method alias_method_chain #112

Closed sechix closed 6 years ago

sechix commented 6 years ago

I updated to rails 5.1 and solidus master but I get this error, I was reading that this could be due to device version, and requires device master.

swcraig commented 6 years ago

Hi @sechix, I believe the problem is that alias_method_chain was removed in Rails 5.1

jhawthorn commented 6 years ago

I don't think we're using alias_method_chain anywhere. Please feel free to file a new issue if I'm wrong.