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

Seed improvements #102

Closed cbrunsdon closed 7 years ago

cbrunsdon commented 7 years ago

This stops the use of relying on load_dir to load one file, which is pretty overkill.

It also removes the use of highline (which isn't listed as a dependency) for gets/puts.