5 lines
82 B
Ruby
5 lines
82 B
Ruby
class Foyer < ActiveRecord::Base
|
|
|
|
has_many :studients, :dependent => :destroy
|
|
end
|