forked from External/greenlight
rework tests
This commit is contained in:
@ -5,7 +5,6 @@ class Room < ApplicationRecord
|
||||
validates :name, presence: true
|
||||
|
||||
belongs_to :owner, class_name: 'User', foreign_key: :user_id
|
||||
has_one :meeting
|
||||
|
||||
RETURNCODE_SUCCESS = "SUCCESS"
|
||||
|
||||
|
Reference in New Issue
Block a user