Methods
Constants
| RECIPIENT_TYPES | = | %w[agency client].freeze |
Instance Public methods
accept!() Link
Source: show
# File app/models/db/billing_invite.rb, line 29 def accept! update!(billing_accepted_at: Time.current) end