mas-rad_core 0.0.75 → 0.0.76

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a02f92a6511e623106ab6e863ac2358afb95e639
4
- data.tar.gz: b07c2a3a82d2654844e9102f2d92654baf462859
3
+ metadata.gz: a99819319b63177fb97920bd067628717597aaab
4
+ data.tar.gz: b3c7e2df5e6c44c39e4a75e946cdf2f0377b4ff9
5
5
  SHA512:
6
- metadata.gz: c975a8c4b72780853430d6b60992ed0ec6b9453d38fc78141fbe3bf1780c533dd6ef8e6d599f9af70f103257ad205ac9b522388a6497178f20a98ffbc1c63d7d
7
- data.tar.gz: 6a62d6674a3ad86b01e6e9d72b5fa15a2be0329ae1efc172a63c89f2d54327cdda258ae98416adf707538e3038f1f7a642562274adfe8f63548789619439d540
6
+ metadata.gz: 308c58f702aee3ab18423fedf0271df6285544d8cc053b0c8f9103fe44afa74dff2305ee1d20259cbdffdb83fb5cf4e926778e770a46997b1b4f57c3e53b1925
7
+ data.tar.gz: 88da55113b5407733d87ad20909f8a48aea714d80ad5ca770537ddd381a3208e1d76803b210821b26295d220e19a880808d9b2e2de7c5a9a1a36a67365c1e874
@@ -86,6 +86,10 @@ class Principal < ActiveRecord::Base
86
86
  end
87
87
  end
88
88
 
89
+ def onboarded?
90
+ next_onboarding_action == :onboarded
91
+ end
92
+
89
93
  private
90
94
 
91
95
  def any_remote_firms?(firm_list)
@@ -1,5 +1,5 @@
1
1
  module MAS
2
2
  module RadCore
3
- VERSION = '0.0.75'
3
+ VERSION = '0.0.76'
4
4
  end
5
5
  end