class User < ActiveRecord::Base
  acts_as_authentic
  has_many :dealers_users
...

Ruby Rails: has_many :through =&...

by LeonB, September 23, 2009 09:12, 2 refactorings, tagged with rails, ruby, has_many, habtm

I actually wanted somethin ...

6b70a197d345a129a9ebc902dcebd308 Talk
<% myid = self.current_user.id %>


...

Ruby Rails has_many count

by nootopian, January 10, 2008 21:23, 11 refactorings, tagged with rails, has_many

Hi,

I have a users users...

62c433a96de9da99d09afedcded5de76 Talk