mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +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
|
include Virtus.value_object
|
||||||
|
|
||||||
values do
|
values do
|
||||||
attribute :type, String
|
|
||||||
attribute :user_id, String
|
|
||||||
attribute :username, 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
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue