mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
update attribute types for user model
This commit is contained in:
parent
d64dfa1085
commit
97441310c6
1 changed files with 3 additions and 3 deletions
|
|
@ -5,10 +5,10 @@ module Instapaper
|
|||
include Virtus.value_object
|
||||
|
||||
values do
|
||||
attribute :type, String
|
||||
attribute :user_id, String
|
||||
attribute :username, String
|
||||
attribute :subscription_is_active, String
|
||||
attribute :user_id, Integer
|
||||
attribute :type, String
|
||||
attribute :subscription_is_active, Axiom::Types::Boolean
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue