Changeset 1355

Show
Ignore:
Timestamp:
08/17/08 09:44:24 (5 months ago)
Author:
alban
Message:

Destruction du host avec le show

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/models/show.rb

    r1352 r1355  
    11class Show < ActiveRecord::Base 
    22 
    3   has_one :host 
     3  has_one :host, :dependent => :destroy 
    44  belongs_to :template 
    55