trusty-festivity-extension 2.3.14 → 2.3.15
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3facb0d0e5d5d5f0c0945bd87dce34ed5c3b6b2f
|
4
|
+
data.tar.gz: af76a58aef5821aeb2f5be0b7b10b86f854882d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f224f2819feaf34360ff2f242477a46f47db742054c2d3c1ca27361aa183fc73d8ad9c37699b4f4ddea2509fd0710ef05c0de12ffc4116814295feef961fa59
|
7
|
+
data.tar.gz: 7d83bbee432a10b95791619406cd3a52904b616b3bac2d626ddccfed21683971dfb49e627eb9ca06249d5e130b865c19be8c3fe9e5bfe3dbae0a0a478ed5e34d
|
@@ -3,7 +3,7 @@ class FestivityEventsController < ApplicationController
|
|
3
3
|
no_login_required
|
4
4
|
trusty_layout 'base'
|
5
5
|
|
6
|
-
caches_action :index, cache_path: proc { |c| c.params.except(:_).merge(format: request.xhr?, base_domain:
|
6
|
+
caches_action :index, cache_path: proc { |c| c.params.except(:_).merge(format: request.xhr?, base_domain: "#{request.subdomain}.#{request.domain}")}
|
7
7
|
caches_action :show
|
8
8
|
|
9
9
|
def index
|