chatwoot-develop/app/models/captain/pricing.rb
Rodrigo Borba 968ae6a314
Some checks failed
Build and Push to GHCR (multi-arch) / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Build and Push to GHCR (multi-arch) / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Build and Push to GHCR (multi-arch) / merge (push) Has been cancelled
ajuste no tabela de preços
2026-01-23 00:30:11 -03:00

8 lines
169 B
Ruby

module Captain
class Pricing < ApplicationRecord
belongs_to :account
belongs_to :captain_brand, optional: true
belongs_to :inbox, optional: true
end
end