Files
sx-fc/app/models/room.rb
2017-03-27 22:09:16 +06:30

7 lines
130 B
Ruby

class Room < ApplicationRecord
belongs_to :zone
validates_presence_of :name,:seater, :order_by, :created_by, :is_active
end