Sha256: 019f40ea38f874884df327c209b72ee4022b7053a733e18453b11c820ab15f54

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

class Company < ActiveRecord::Base

  #TODO make this into selection_belongs_to
  belongs_to :genre, :class_name => "Selection"
  belongs_to :state, :class_name => "Selections::Selection"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
selections-0.0.1 spec/dummy/app/models/company.rb