Sha256: db3030d7e1c59fbb0750ebd3ba52f9991247936c2ddaecbc639743bc1363237a

Contents?: true

Size: 172 Bytes

Versions: 6

Compression:

Stored size: 172 Bytes

Contents

module Adherent
  class Coord < ActiveRecord::Base
    belongs_to :member
    
    attr_accessible :address, :city, :gsm, :mail, :office, :references, :tel, :zip
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adherent-0.1.1 app/models/adherent/coord.rb
adherent-0.1.0 app/models/adherent/coord.rb
adherent-0.0.9 app/models/adherent/coord.rb
adherent-0.0.7 app/models/adherent/coord.rb
adherent-0.0.6 app/models/adherent/coord.rb
adherent-0.0.5 app/models/adherent/coord.rb