luis@328: class Author < ActiveRecord::Base luis@468: has_many :authorships, :dependent => :destroy luis@328: has_many :publications, :through => :authorships luis@403: luis@466: belongs_to :user luis@403: luis@328: end