item_models 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 820422d0524d4604444fa41f0e4dc598e5cfb75dcbccdfced3febc051c9b1efa
4
- data.tar.gz: 9579065ab3a09ed3f38023c8db64722a9b35362ba579aa60ea1006c74cf3737a
3
+ metadata.gz: f0214e0787fb28bfa06ffb646c088a0de1bb501576fab9edbda16cf07e1d2ea7
4
+ data.tar.gz: 49fb1f77bd36cbb18df9624f0f90a59fab4382acfc428b7be9c16fa0be8d1a1f
5
5
  SHA512:
6
- metadata.gz: 7f09629748137014df85d12ceb6ed1c8711bcf47b1f0eff02faebcdc9f7473eac7c3ea17903bd4713f019140ad76e7dba7c991531f6113f1ffcf9ade634ea959
7
- data.tar.gz: 484b8b70b5300129be91b0b57c8540c5b97ae81fa44394c1563f708c710b451ac5d36453c70e5fc67a9c098e58a8605be73156a1ed06381fa6d85bac45bda249
6
+ metadata.gz: 194e8ae07352faf9bbcdc008f096cad4dd6c0641946b86a41e97061dfc707b4ea483850c58ba744b6f508640429072d1447b8bc14b025351b44c2155660bbe21
7
+ data.tar.gz: ce5f99a81915dc797bb9dd63ebfe25e1200278d13b75b28099e612e2bd533f8b906cb5be9421daa6ccf83b355e08a69dded0c656944e032c71843140c2df0b11
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ItemModels
4
- VERSION = '0.0.6'
4
+ VERSION = '0.0.7'
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Activity < ItemAplicationRecord
3
+ class Activity < ItemApplicationRecord
4
4
  self.table_name = 'item_activities'
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class AvailabilityOption < ItemAplicationRecord
3
+ class AvailabilityOption < ItemApplicationRecord
4
4
  self.table_name = 'item_availability_options'
5
5
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Bundle < ItemAplicationRecord
3
+ class Bundle < ItemApplicationRecord
4
4
  self.table_name = 'item_bundles'
5
5
 
6
6
  belongs_to :variant
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class ItemAplicationRecord < ActiveRecord::Base
3
+ class ItemApplicationRecord < ActiveRecord::Base
4
4
  self.abstract_class = true
5
5
  connects_to database: { writing: :item_model, reading: :item_model }
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: item_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - alexander