trusty-festivity-extension 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/app/models/festivity_event_page.rb +1 -1
- data/lib/trusty-festivity-extension.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzlhNzEwZGJlOTAzOWY2NWQ4NzE1MGFhZGQzOTJiYjNmMWQzZjYxNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZjQ1NzgwNmNkOWEyZGEyODExMjFmNTgxYTIzZDY0NDkxM2ZmOTA0YQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzEyY2QyNzY2NWFkMDczOTNjODAwMjA5NzYzZjQ2ZTM2MTFiMjAxODhmMDQ2
|
10
|
+
NDRlMGM5MDFjMzAxNDdhNTZlZGVhYTcxOTFlMjc0NjhkYjIwNjI2Mzk0MTYy
|
11
|
+
MTQwMDk3ZmFjNTlkYzU0OGE3NGM3MjcxNDA1OWI2M2YzZWViMzU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTM5MzljMGVjNGZkMGM4Y2UzNDRlYWRhYjc1ZGI4MzM2M2JlMGU3YTUyZTc3
|
14
|
+
ZmQ1ZTlkZjRlOTFkZjMxYWUxNmUwYzcyOTMwZjE4MmUzMTk4YjlkNTVmMTVm
|
15
|
+
MDc2OGMyNTcwOTJlYjQyOWE0ODI2YmZhZGUyNmFlNjFjYjhjNGE=
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class FestivityEventPage < FestivityBasePage
|
2
2
|
has_many :festivity_performances, foreign_key: :event_page_id
|
3
|
-
has_many :festivity_page_categories
|
3
|
+
has_many :festivity_page_categories, foreign_key: :page_id
|
4
4
|
has_many :festivity_categories, through: :festivity_page_categories
|
5
5
|
|
6
6
|
def festivity_performances=(performances)
|