tickethub 0.3.23 → 0.3.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tickethub/supplier.rb +2 -0
- data/lib/tickethub/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e33c85bd1465f349dd2e3245915a30c9c15efaac
|
4
|
+
data.tar.gz: c57464fc0eb289fa58123983b4cf5bcd1edd6c3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59c19a05389d6ee83c39f8863b68e2d130bc4fe1291028899e616eb3e6c89a1f387331615efdd0d176a8502acd60e2c11f20ed75ae7529d728452bdc06b2870b
|
7
|
+
data.tar.gz: d149904b75d812c8190de184f6c6240206431f6440d77ce2dcbc430d68c605f03c498b5404974dd0763e2add688de342870639bf515ecd546c89b0cc6fa18ca4
|
data/lib/tickethub/supplier.rb
CHANGED
@@ -29,6 +29,7 @@ module Tickethub
|
|
29
29
|
require_relative 'supplier/broadcast'
|
30
30
|
require_relative 'supplier/widget'
|
31
31
|
require_relative 'supplier/transfer'
|
32
|
+
require_relative 'supplier/channels'
|
32
33
|
|
33
34
|
require_relative 'contact'
|
34
35
|
require_relative 'address'
|
@@ -62,6 +63,7 @@ module Tickethub
|
|
62
63
|
collection :broadcasts, Broadcast
|
63
64
|
collection :widgets, Widget
|
64
65
|
collection :transfers, Transfer
|
66
|
+
collection :transfers, Channel
|
65
67
|
|
66
68
|
association :address, Tickethub::Address
|
67
69
|
association :contact, Tickethub::Contact
|
data/lib/tickethub/version.rb
CHANGED