dscf-banking 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '094b7617272cff3416e77ed910c60da7f90887cea49f72e091c25f1afd53ed69'
4
- data.tar.gz: 1a0f6c7facbbabfd8c1bac7681a9acd6cd104dd09cb5b23115ed0859a977ae7f
3
+ metadata.gz: eedd9dcd4195d04eab117fdd48ada017e648a3c6ef79d94e634d29e0494c4e98
4
+ data.tar.gz: 044fdc35040403f853e0d110118c024928a4c8b736a4c159dd7be820ef9268fe
5
5
  SHA512:
6
- metadata.gz: 5b9dd2e200c84a1a7cc56f4d857589b9ea732f7a9497184286e47f1aa989ee116449ce55a2d28153ab95e817e99c419ceaa19a2a143c0085e4a9b0e59b081621
7
- data.tar.gz: 7af432c8545eac1b2537376d23cb5802bf2fb31964f89377b39e36d96fc26646f19e9ad1f4bb0c9c7a21fd62c4f8f3df3ca38f5bf34f21e76cbd578dc6b46608
6
+ metadata.gz: 597e8e1187c4f547600aac35269d32d0446d01e99acc52546ddf975defea380b367b27d91d018b33942ea7b581f223f1f6992d72c133f900c18e500b3cc4a8cb
7
+ data.tar.gz: a0f408ddc7caf76d005c6767406586a9e98f5bf79c2009afcd13115c67f42706d95e6db386fb6899b36e7ae1b9c3ab6a2bd578c7bd298360d2ff65cc9615d301
@@ -245,8 +245,19 @@ module Dscf::Banking
245
245
 
246
246
  def default_serializer_includes
247
247
  {
248
- application: {},
249
- virtual_account_product: {}
248
+ index: [
249
+ :virtual_account_product,
250
+ :application
251
+ ],
252
+ show: [
253
+ :virtual_account_product,
254
+ :application,
255
+ {
256
+ application: [ :user ]
257
+ }
258
+ ],
259
+ create: [ :virtual_account_product, :application ],
260
+ update: [ :virtual_account_product, :application ]
250
261
  }
251
262
  end
252
263
  end
@@ -1,5 +1,5 @@
1
1
  module Dscf
2
2
  module Banking
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dscf-banking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eyosiyas Mekbib