On Sun, Apr 5, 2009 at 8:46 AM, P <[email protected]> wrote: > the controller (saving_controller): > > class SavingController < ApplicationController
s/b SavingsController > class PurchaseType < ActiveRecord::Base > has_many :saving s/b has_many :savings Try changing that and let us know what happens :-) -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

