radiant-shop-extension 0.91.3 → 0.91.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/shop/models/user.rb +1 -1
- data/radiant-shop-extension.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.91.
|
1
|
+
0.91.4
|
data/lib/shop/models/user.rb
CHANGED
@@ -8,7 +8,7 @@ module Shop
|
|
8
8
|
has_one :shipping, :class_name => 'ShopShipping', :as => :addressable
|
9
9
|
has_many :orders, :class_name => 'ShopOrder', :foreign_key => :customer_id
|
10
10
|
|
11
|
-
accepts_nested_attributes_for :orders, :
|
11
|
+
accepts_nested_attributes_for :orders, :shipping, :billing
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{radiant-shop-extension}
|
8
|
-
s.version = "0.91.
|
8
|
+
s.version = "0.91.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dirk Kelly", "John Barker", "Darcy Laycock"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-shop-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 379
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 91
|
9
|
-
-
|
10
|
-
version: 0.91.
|
9
|
+
- 4
|
10
|
+
version: 0.91.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dirk Kelly
|