Skip to content

Commit b5a348a

Browse files
committed
add deactivated flag to profile - to know whether profile is active/inactive
1 parent 2d60808 commit b5a348a

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)