mumuki-laboratory 7.7.0 → 7.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/assets_controller.rb +1 -0
- data/lib/mumuki/laboratory/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: a2d7b85a7f578cbaccb753ff76e2c6d541a6c59cd619a68f7626234cdc7adb34
|
4
|
+
data.tar.gz: 0e91b80324c3f48eca938e99bb338d792911e51d46a15397f6bdaab90c46557b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edd4f7be1df3cc71d4c096abe6296115dfcf0ad597c62a388e05f8e8cb6336572fc8d0f26f8379f9b67057a0b8f6617d10b231d255fbe8f556751309ceb66c9b
|
7
|
+
data.tar.gz: e9ab2d2038a661aabafbeaf747c1a7eed2e9634d67dedfecd86c64689b88484e0e2829b5df6f156080158332bdaaaec195f51a726ae27dc3153bf9175d79d6e2
|
@@ -3,6 +3,7 @@ class AssetsController < ApplicationController
|
|
3
3
|
protect_from_forgery except: [:theme_stylesheet, :extension_javascript]
|
4
4
|
skip_before_action :authorize_if_private!
|
5
5
|
skip_before_action :validate_user_profile!
|
6
|
+
skip_before_action :validate_active_organization!
|
6
7
|
|
7
8
|
def theme_stylesheet
|
8
9
|
render inline: Organization.current.theme_stylesheet.to_s, content_type: 'text/css'
|