/connect_by

Rails engine with Devise for alt logins

Primary LanguageRuby

ConnectBy

Alt Rails devise login/auth engine for Rails

Usage

In main app config/routes.rb

mount ConnectBy::Engine, at: "/a" #### alter route to suit

Installation

Add this line to your application's Gemfile:

gem "connect_by"

And then execute:

$ bundle

Or install it yourself as:

$ gem install connect_by

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.