Sha256: 8d4220a0b762694f0f6341eb6e3587b8a38014e59411cbdace0790045eac3ac2

Contents?: true

Size: 229 Bytes

Versions: 8

Compression:

Stored size: 229 Bytes

Contents

module Adherent
  class Coord < ActiveRecord::Base
    belongs_to :member
    
    attr_accessible :address, :city, :gsm, :mail, :office, :references, :tel, :zip
    
    validates :member_id, :presence=>true
    
    
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
adherent-0.1.10 app/models/adherent/coord.rb
adherent-0.1.9 app/models/adherent/coord.rb
adherent-0.1.7 app/models/adherent/coord.rb
adherent-0.1.6 app/models/adherent/coord.rb
adherent-0.1.5 app/models/adherent/coord.rb
adherent-0.1.4 app/models/adherent/coord.rb
adherent-0.1.3 app/models/adherent/coord.rb
adherent-0.1.2 app/models/adherent/coord.rb