theseus/app/models/hcb.rb
24c02 c0071a7593 Add HCB models and user associations
- HCB::OauthConnection for storing encrypted OAuth tokens
- HCB::PaymentAccount for user/org payment pairs
- User#can_use_indicia? and #hcb_connected? helpers
2025-12-18 14:41:15 -05:00

5 lines
61 B
Ruby

module HCB
def self.table_name_prefix
"hcb_"
end
end