summaryrefslogtreecommitdiff
path: root/app/models/chat_team.rb
blob: 7952141a0d6bbda5cfdd2647cfeb804d1cb9cb01 (plain)
1
2
3
4
5
class ChatTeam < ActiveRecord::Base
  validates :team_id, presence: true

  belongs_to :namespace
end