lotus_admin 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/initializers/devise.rb +2 -2
- data/lib/lotus_admin/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f317d0e84d10ab899a19609c0e03378afb506fab67024def6db274083e7a3cc6
|
|
4
|
+
data.tar.gz: 7aa186d47a96b63045c87c6c7d2a4e76db95b412f7e8acb38b709f3b6baf0819
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c73a2575a6b9beca6f25d9345282d46a444709b3656ccdf91a4b430284417e42510cd4d5f503536aaf6016fb3aec20a7b23b2a96f0ed24a81bc80c6262cbef6
|
|
7
|
+
data.tar.gz: 8f1604d2da4ef998d6d5f09f95d12aad05b151fc0a138fcc50d8c5cd3e7ce51c9da5a4ca013a92a75dc19d1aa34080e653cfdfb2ab46c12b3964936acd208785
|
|
@@ -271,8 +271,8 @@ Devise.setup do |config|
|
|
|
271
271
|
# mount MyEngine, at: '/my_engine'
|
|
272
272
|
#
|
|
273
273
|
# The router that invoked `devise_for`, in the example above, would be:
|
|
274
|
-
config.router_name = :lotus_admin
|
|
275
|
-
config.parent_controller = 'LotusAdmin::ApplicationController'
|
|
274
|
+
# config.router_name = :lotus_admin
|
|
275
|
+
# config.parent_controller = 'LotusAdmin::ApplicationController'
|
|
276
276
|
#
|
|
277
277
|
# When using OmniAuth, Devise cannot automatically set OmniAuth path,
|
|
278
278
|
# so you need to do it manually. For the users scope, it would be:
|
data/lib/lotus_admin/version.rb
CHANGED