search for: topic_subscriptions

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

2005 Feb 02
1
Error when changing from AR 1.0.1 to 1.6
...:in `has_many_without_reflection''\r [error] \tfrom (eval):5:in `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 # metho...