mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
- HCB::OauthConnection for storing encrypted OAuth tokens - HCB::PaymentAccount for user/org payment pairs - User#can_use_indicia? and #hcb_connected? helpers
5 lines
61 B
Ruby
5 lines
61 B
Ruby
module HCB
|
|
def self.table_name_prefix
|
|
"hcb_"
|
|
end
|
|
end
|