rails_jwt_auth 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9f77503a47b7abe190b882660fabef6845c6ff8bc69a55e874c89a514eb0e7f
|
4
|
+
data.tar.gz: a9fe88686938bd93ffce0ac382a4a7bf372078cec6d565c6f4b843dc05f09afa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ae7c088814a80fc85b62fc424fd532e25d00eb33b77a0cf5c41623d2e3a7dd6dc691e0486a973519d3df978b511896ea1f2176f44a0346a74512f45cb531c33
|
7
|
+
data.tar.gz: 32768f619782e7c4dfbfd41deeea93802e57f6604e54c503f33d2c20d402524f9045aa081cece593db31885884e6d6068bcae3fa8453d1b01f4c5f3b0987465c
|
@@ -12,6 +12,6 @@ class RailsJwtAuth::InstallGenerator < Rails::Generators::Base
|
|
12
12
|
route "resource :confirmation, controller: 'rails_jwt_auth/confirmations', only: [:create, :update]"
|
13
13
|
route "resource :password, controller: 'rails_jwt_auth/passwords', only: [:create, :update]"
|
14
14
|
|
15
|
-
route "
|
15
|
+
route "resources :invitations, controller: 'rails_jwt_auth/invitations', only: [:create, :update]"
|
16
16
|
end
|
17
17
|
end
|