bootswatch_rails 3.1.1.6 → 3.1.1.7
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b55c313a624e69d4c9ef9494c6bcc1e0bc56bcf2
|
|
4
|
+
data.tar.gz: 91c7355b3ccb042652d024b69238cc4bfc684459
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8f29ab3dade9e72f78441ceaee78fc2df7caf034c8677256552e510af1ec8c3db9b35276edbc1354503ac1aa11af727690fc876458a617254017b4b3e5387b8
|
|
7
|
+
data.tar.gz: 9632a76cc15ec1cbd81c448a0d3a4ef8670ada89c041f8d42c623ffb65f388b3d7431b72be2e1ecedbc149f951cb7d11fcbc9601a0b1c3191e8bd3fd8a5aca72
|
|
@@ -29,7 +29,7 @@ module BootswatchRails
|
|
|
29
29
|
" helper_method :default_theme",
|
|
30
30
|
"",
|
|
31
31
|
" def current_theme",
|
|
32
|
-
" @current_theme = current_user if user_signed_in?",
|
|
32
|
+
" @current_theme = current_user.theme if user_signed_in?",
|
|
33
33
|
" @current_theme ||= default_theme",
|
|
34
34
|
" end",
|
|
35
35
|
" helper_method :current_theme",
|