educode_sales 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: bbfc62f87032f6a141a3146410b26c5ea8f9ca5b
4
- data.tar.gz: 57ff82abbace70d1d84d3c5021e80fbb31a6311a
3
+ metadata.gz: 214d16e275e949155c7ab309bf772803b0babcbd
4
+ data.tar.gz: 4b91a047d3e910e1842f3ec4d9bf0f1a4a2d8cf0
5
5
  SHA512:
6
- metadata.gz: c7e22d300ae1a760eaa102564d3f04dee2fcb1456c751cb55918ed9fd821c81e4d71337d7f17d92086757df92471d8ae7e4f5d1343dc285e2acf616a4a1c430d
7
- data.tar.gz: 157c37a6bb9d86a27c564df57fef46c6c115de30d78a43976d3f371c8a14721236a5d91a4c232b198ae82d2efe4af225e9a793b558ce05defff68bec652ecc95
6
+ metadata.gz: 5577b6cec9f3b7e3431dca59c8d450cbb3a92b2e551c7940acf94d322b8c8f01c06358b55c945d3561f9b1a8110f1a490e30160b6d9a33a6561e02c0872f0435
7
+ data.tar.gz: 111b11aaa9a59e9f60e9d540df97f026b1abfcff092f26ca3157b319b083fdd21cb163c66c34e317275b78e1f3eebb9c78d12ddbfaf09de57414607e3faefc25
@@ -10,9 +10,9 @@ module EducodeSales
10
10
  has_many :sale_reports, dependent: :destroy
11
11
  has_many :teacher_follows, dependent: :destroy
12
12
  has_many :teachers, dependent: :destroy
13
- has_many :places, dependent: :destroy
14
- has_many :businesses
15
- has_many :activities
13
+ has_many :places
14
+ has_many :businesses, dependent: :destroy
15
+ has_many :activities, dependent: :destroy
16
16
  has_many :sale_plans, dependent: :destroy
17
17
 
18
18
  has_many :areas, through: :market_areas
@@ -1,3 +1,3 @@
1
1
  module EducodeSales
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: educode_sales
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - anke1460