search for: topic_read

Displaying 1 result from an estimated 1 matches for "topic_read".

Did you mean: topic_reads
2005 Feb 02
1
Error when changing from AR 1.0.1 to 1.6
...has_many''\r [error] \tfrom C:/dev/granul.at/app/models/user.rb:7\r the user.rb looks as follows: class User < ActiveRecord::Base has_many :post_votes, :foreign_key => ''voter_id'' has_many :topic_subscriptions, :dependent => true has_many :posts has_many :topic_reads, :dependent => true def self.inheritance_column() ''role'' end include ErrorRaising, RForum::Localization, ActiveRecord::Mixins::Touch attr_accessor :old_password, :new_password, :retyped_password # methods [...] end maybe you got an idea what i should do - im stil...