ish_models 0.0.33.156 → 0.0.33.157
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ish/user_profile.rb +4 -2
- data/lib/ish_models.rb +0 -10
- 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: 39d1f84c7a5f67986bcdabe0452417ca60d29474b76ce8f5e30996d69ea6381a
|
4
|
+
data.tar.gz: 3330d74f59f302da138729b3d50578232fd1dde889ce1615acd641a6c1bb8ff0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17049062ec4c11a3937e9e3e39eba3d4f18b97882359a0ac72f9596f034f84c425bda551f36757885af48feb6bbd42603976b00d1bb3707e7a67336121e20b58
|
7
|
+
data.tar.gz: 1fc3d98a4ac0cb4dfeedc247cdbeaa809c98d6cddabdf6a6096a05b91c55389573ed715298d60267f242a339d6444276b3d56542b590396d299580708e0ba74f
|
data/lib/ish/user_profile.rb
CHANGED
@@ -37,8 +37,10 @@ class Ish::UserProfile
|
|
37
37
|
has_many :leads, :class_name => '::Ish::Lead'
|
38
38
|
has_many :photos
|
39
39
|
has_many :reports, inverse_of: :user_profile
|
40
|
-
|
41
|
-
has_many :
|
40
|
+
|
41
|
+
# has_many :stock_watches, class_name: 'IronWarbler::StockWatch'
|
42
|
+
# has_many :option_watches, class_name: 'IronWarbler::OptionWatch'
|
43
|
+
|
42
44
|
has_many :videos, inverse_of: :user_profile
|
43
45
|
has_many :newsitems, inverse_of: :user_profile
|
44
46
|
|
data/lib/ish_models.rb
CHANGED
@@ -61,15 +61,5 @@ require 'tag'
|
|
61
61
|
require 'venue'
|
62
62
|
require 'video'
|
63
63
|
|
64
|
-
require 'warbler/option_watch'
|
65
|
-
require 'warbler/stock_watch'
|
66
|
-
require 'warbler/ameritrade'
|
67
|
-
|
68
|
-
## warbler
|
69
|
-
# require 'warbler/covered_call'
|
70
|
-
# require 'warbler/iron_condor'
|
71
|
-
# require 'warbler/stock_action'
|
72
|
-
|
73
|
-
|
74
64
|
|
75
65
|
|