Changeset 234

Show
Ignore:
Timestamp:
12/04/07 19:39:41 (1 year ago)
Author:
cstrom
Message:

Forgot to update recipe association in Book to go through RecipeInspiration?.

Fixes #54

Files:

Legend:

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

    r62 r234  
    1919# 
    2020class Book < ActiveRecord::Base 
    21   has_many :recipe_books, :dependent => :destroy 
    22   has_many :recipes, :through => :recipe_book
     21  has_many :recipe_inspirations, :as => :inspiration 
     22  has_many :recipes, :through => :recipe_inspiration
    2323 
    2424  validates_uniqueness_of :label