-
Put ‘gem wulin_oauth’ to your Gemfile:
gem wulin_oauth
-
Run bundler command to install the gem:
bundle install
-
After you install wulin_oauth gem, you need run the generator:
bundle exec rails g wulin_oauth:migration
It will generator db/migrate/<timestamp>_create_users.rb migrate file to your app
Run with bundle exec rails g for get generator list.
-
Don’t forget to run the db:migrate rake command:
bundle exec rake db:migrate
Jimmy, Xuhao and Maxime Guilbot from Ekohe, inc.
WulinOAuth is released under the MIT license.