iron_warbler 2.0.7.30 → 2.0.7.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/iro/application_controller.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77291471aceb0397f44a18ac2432d5441f775253b208943fcfe2209e17f8ef97
|
4
|
+
data.tar.gz: ec2092f62fd8f44ae03cf56224d4e1cc3d1d06ca8b5bc19b3e504d4e588517e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 888704ebb26753c43c23e0097a218b3107633409e2d36cf2797bc07f88baaa86e40a114683b1609162abae1bef315956528239af588fc2b3df1996da96cd7b2a
|
7
|
+
data.tar.gz: c33c87cdd2059215626a470e561e3ed501f10c0e3d1bac33e18a033a198a13f6693e663eed3bd0f75521893c0e61b1dc8ec424bfa19bd495977b2046b4b66706
|
@@ -41,10 +41,10 @@ class Iro::ApplicationController < Wco::ApplicationController
|
|
41
41
|
schwab_refresh_token: out['refresh_token'],
|
42
42
|
schwab_id_token: out['id_token'],
|
43
43
|
}
|
44
|
-
puts! attrs, 'attrs'
|
44
|
+
# puts! attrs, 'attrs'
|
45
45
|
|
46
|
-
|
47
|
-
|
46
|
+
profile.update(attrs)
|
47
|
+
profile.save!
|
48
48
|
|
49
49
|
render json: { status: :ok }
|
50
50
|
end
|