caboose-cms 0.9.132 → 0.9.133
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/caboose/my_account_controller.rb +11 -0
- data/lib/caboose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c49393255c99312890af6baa442e9307cbf5584
|
4
|
+
data.tar.gz: 37cbad54d4235c51cbb2e568b55d9c1f25f81310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c0376086673884780f837058ff6dfa6e055b860bb3e1b8304595b520a64139518f3d7a6d09d448714d6368d6347a907badb9dd9c48b2c4122d779269c5aadf9
|
7
|
+
data.tar.gz: 84e926333becfc8207b32d004092ca91a779110941a41cab87ff51176cba48c97f81b1415474eb4f3a9cf30fb91d29f81cac1b7dafee10fcd3fa488b837a5b7e
|
@@ -38,6 +38,17 @@ module Caboose
|
|
38
38
|
user.email = email
|
39
39
|
end
|
40
40
|
when "phone" then user.phone = value
|
41
|
+
|
42
|
+
when "address" then user.address = value
|
43
|
+
when "address2" then user.address2 = value
|
44
|
+
when "city" then user.city = value
|
45
|
+
when "state" then user.state = value
|
46
|
+
when "zip" then user.zip = value
|
47
|
+
when "customer_profile_id" then user.customer_profile_id = value
|
48
|
+
when "payment_profile_id" then user.payment_profile_id = value
|
49
|
+
when "stripe_customer_id" then user.stripe_customer_id = value
|
50
|
+
when "fax" then user.fax = value
|
51
|
+
|
41
52
|
when "password"
|
42
53
|
confirm = params[:confirm]
|
43
54
|
if value != confirm
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: caboose-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.133
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Barry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|