Harish Shetty
Harish Shetty
I have the following models: class Merchant acts_as_authentic has_one :store accepts_nested_attributes_for :store end class Store belongs_to :merchant end I am using authlogic_oauth gem for Twitter authentication. While registration I save...
I am using the gem with Devise and I am using the `client` scope. I have a `Login with Slack` button in my login screen. Every thing works as expected...
What is the license for this Gem? Is it MIT/BSD etc?