trusty-festivity-extension 2.3.13 → 2.3.14
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: 74c9178762b2dd723f8fef1b4ff2671cfb3cedb8
|
4
|
+
data.tar.gz: 914712ef45770113d83a301b51a487ff52aad052
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55d60f184ae285f2563f60d8ef56ff63575e28adaa098c7b78470cc8f4c2edf92b1c12252f7ff755808bb570772f3ab5f919dfd284702d363461d87ddc99fb8f
|
7
|
+
data.tar.gz: d1620a5c25c924c2d92bd3abcc6b4f6fc41bffb2949e4715b3a863a87778e7dde7a1166262292192fcc22d615f61435b81368efa411621399f554ff2f922fa9f
|
@@ -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
|
6
|
+
caches_action :index, cache_path: proc { |c| c.params.except(:_).merge(format: request.xhr?, base_domain: current_site.base_domain)}
|
7
7
|
caches_action :show
|
8
8
|
|
9
9
|
def index
|