added user invitation and removed devise confirmable attribute from user model
Showing
with
408 additions
and
88 deletions
... | ... | @@ -35,6 +35,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc |
gem 'httparty' | ||
gem 'rack-cors' | ||
gem 'devise_token_auth' | ||
gem 'devise_invitable' | ||
gem 'omniauth' | ||
gem 'oj' # fast json | ||
... | ... |
app/controllers/invitations_controller.rb
0 → 100644
app/models/membership.rb
0 → 100644
app/services/user/invite_user.rb
0 → 100644
config/locales/devise_invitable.en.yml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/services/users/invite_user_spec.rb
0 → 100644
Please
register
or
sign in
to comment