Hi, I'm using has_many and through relationship between two models Profile and User Profile.rb ----------- has_and_belongs_to_many :users belongs_to :community
User.rb ------- has_and_belongs_to_many :profiles has_many :communities, :through=>profiles When i try to do @user.communities, Rails is searching for foreign key of user in profile table, whereas profile and user have habtm relationship. How to solve this problem? Its urgent. please help -- Posted via http://www.ruby-forum.com/. _______________________________________________ Railsi18n-discussion mailing list Railsi18n-discussion@rubyforge.org http://rubyforge.org/mailman/listinfo/railsi18n-discussion