educode_sales 0.2.1 → 0.2.2

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: 502c9e7e4d9ee833267a0437e118c4f91bc17cd6
4
- data.tar.gz: 6b1cd1a51cc2aaa8de78ab2bb81cb251e7a015d4
3
+ metadata.gz: 50c6f58b4bfd8062d4c7f0101e43454793e7cd46
4
+ data.tar.gz: 5afbd0111144d83941dbe35219508d65eb3af65d
5
5
  SHA512:
6
- metadata.gz: 64df20ba0bfad8e1771a8b6b36a0dbcf12367ec372f1b63a5ca655655a8a0469bf9f5b82443f823332bc46d99288b21d5e815ff0e59dd3e910ccc313d15e2c38
7
- data.tar.gz: be53e1e0259e68a32eb92fb7278494ec5029278cbb2b73473ca86f4d9b3a4808f6ddc92e96211c06e56ec57e141beae594009cb8d4c8cfd7b3716a10e501a339
6
+ metadata.gz: 2538da04fa510bafc20f14f527581059d6776484293b8f2a2b405a6132e970cc0c2f3e7e6a6d33398ee286e3e2dbfd40eba5fa97df6dd1973eed1cf061433667
7
+ data.tar.gz: 6695eb57a9c754999e9b0d0b4e68f038b58efc7801012faf288a3f9d067db1c039abf9582a7f1af35b7f2b426494fd800a6223bdb08903fa83a52ba428859598
@@ -4,12 +4,11 @@ module EducodeSales
4
4
  belongs_to :role, optional: true
5
5
 
6
6
  has_many :market_areas, dependent: :destroy
7
- has_many :follow_ups, dependent: :restrict_with_exception
8
- has_many :operation_plans, dependent: :restrict_with_exception
9
- has_many :operation_reports, dependent: :restrict_with_exception
7
+ has_many :follow_ups, dependent: :destroy
8
+ has_many :operation_plans, dependent: :destroy
9
+ has_many :operation_reports, dependent: :destroy
10
10
  has_many :sale_reports, dependent: :destroy
11
- has_many :follow_ups, dependent: :restrict_with_exception
12
- has_many :teacher_follows, dependent: :restrict_with_exception
11
+ has_many :teacher_follows, dependent: :destroy
13
12
  has_many :teachers, dependent: :destroy
14
13
  has_many :places, dependent: :destroy
15
14
  has_many :businesses
@@ -1,3 +1,3 @@
1
1
  module EducodeSales
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - anke1460