Fix type mismatch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module User::AiQuota
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
DEFAULT_QUOTA = Ai::Quota::Money.wrap("$100")
|
||||
DEFAULT_QUOTA = Ai::Quota::Money.wrap("$100").in_microcents
|
||||
|
||||
included do
|
||||
has_one :ai_quota, class_name: "Ai::Quota"
|
||||
|
||||
Reference in New Issue
Block a user