luis@328: class Author < ActiveRecord::Base luis@328: has_many :authorships luis@328: has_many :publications, :through => :authorships luis@403: luis@445: # belongs_to :user luis@403: luis@328: end