effective_products 0.3.1 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/effective/stamp.rb +1 -1
- data/lib/effective_products/engine.rb +1 -1
- data/lib/effective_products/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 608edbc080f05b93e5f96bf6ad8923aef1c935662e6fb7548d3bd246187968bc
|
4
|
+
data.tar.gz: c28497ba83e4b1c441bebd385a4c842a31b40b22fbb1a3631a350957f57ae1eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 327f222af6cf10256ac77a4919b1ce1646e1e3b8213ab8329c1e49e35a85c381a464c6d3503b991575dec6519fd61891dde52a879c4ed6322830295c327c0cd7
|
7
|
+
data.tar.gz: f3fd02fb3527434fb3a78336fc87e2ebd745d4a44a50e11f5b25be901ece93d357fe18619f4711d7441dcab88b4ca8c4f9b84573494e04b7813bc2486f1e85e7
|
@@ -9,7 +9,7 @@ module EffectiveProducts
|
|
9
9
|
|
10
10
|
# Include acts_as_addressable concern and allow any ActiveRecord object to call it
|
11
11
|
initializer 'effective_products.active_record' do |app|
|
12
|
-
|
12
|
+
app.config.to_prepare do
|
13
13
|
ActiveRecord::Base.extend(EffectiveProductsRingWizard::Base)
|
14
14
|
ActiveRecord::Base.extend(EffectiveProductsStampWizard::Base)
|
15
15
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_products
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|