mumuki-laboratory 5.0.7 → 5.0.8
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 -1
- 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: b75c4611b402d8cedb9c1a7d8ed99b0c5c19f97c42611c796b870a5763589dca
|
4
|
+
data.tar.gz: 17e9cc35c63d29fdf0a1164d0b90e5a089416991523b82b05bdc9232a5777fb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c5187a09eca9512e96fdb6bdcb58f0e29e42e2999444ca577e7ac8436644bdf2b85a813806caa30353487ce4f9990bd651a7e262e1212d676298efba7b64bc3
|
7
|
+
data.tar.gz: faeba92cb72a5ca5ed6c7ed5c7f1b2fd713cac23a63e9306c294dd015a88bbaf4f4d209cd23a4879e61493d3894d5197469538afc46bc4cc9048ad611a441db1
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class AssetsController < ApplicationController
|
2
2
|
|
3
|
-
|
3
|
+
skip_before_action :protect_from_forgery, :authorize_if_private!
|
4
4
|
|
5
5
|
def theme_stylesheet
|
6
6
|
render inline: Organization.current.theme_stylesheet.to_s, content_type: 'text/css'
|