Skip to content

Commit 3493f9a

Browse files
authored
Merge pull request #3 from sampatbadhe/filterout_inactive_profiles
Add deactivated flag to profile - To know whether profile is active/inactive
2 parents 2d60808 + b5a348a commit 3493f9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/dotloop/models/profile.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Profile
88
attribute :address
99
attribute :city
1010
attribute :company
11+
attribute :deactivated, Boolean
1112
attribute :default, Boolean
1213
attribute :fax
1314
attribute :id, Integer

0 commit comments

Comments
 (0)