chatwoot-develop/enterprise/app/models/captain/extra.rb
2026-01-12 19:04:15 -03:00

8 lines
149 B
Ruby

class Captain::Extra < ApplicationRecord
self.table_name = 'captain_extras'
belongs_to :account
validates :title, :price, presence: true
end