accounts_client 0.0.22 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/padma_account.rb +7 -0
- metadata +2 -2
data/app/models/padma_account.rb
CHANGED
@@ -24,6 +24,13 @@ class PadmaAccount < LogicalModel
|
|
24
24
|
self.enabled
|
25
25
|
end
|
26
26
|
|
27
|
+
# if true account is padma2
|
28
|
+
# if false account is kshema
|
29
|
+
# @return [Boolean]
|
30
|
+
def migrated?
|
31
|
+
!self.migrated_to_padma_on.nil?
|
32
|
+
end
|
33
|
+
|
27
34
|
def users
|
28
35
|
PadmaUser.paginate(:account_name => self.name)
|
29
36
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: accounts_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-01-
|
12
|
+
date: 2014-01-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|