Sha256: ca60fee9222f2344270565f84d2247f977a20ade97cbc43c562e7ec0d956bf66

Contents?: true

Size: 151 Bytes

Versions: 15

Compression:

Stored size: 151 Bytes

Contents

module Adherent
  class Coord < ActiveRecord::Base
    belongs_to :member
    
    
    
    validates :member_id, :presence=>true
    
    
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
adherent-0.3.0 app/models/adherent/coord.rb
adherent-0.2.9 app/models/adherent/coord.rb
adherent-0.2.8 app/models/adherent/coord.rb
adherent-0.2.7 app/models/adherent/coord.rb
adherent-0.2.6 app/models/adherent/coord.rb
adherent-0.2.5 app/models/adherent/coord.rb
adherent-0.2.4 app/models/adherent/coord.rb
adherent-0.2.3 app/models/adherent/coord.rb
adherent-0.2.2.4 app/models/adherent/coord.rb
adherent-0.2.2.3 app/models/adherent/coord.rb
adherent-0.2.2.2 app/models/adherent/coord.rb
adherent-0.2.2.1 app/models/adherent/coord.rb
adherent-0.2.2 app/models/adherent/coord.rb
adherent-0.2.1 app/models/adherent/coord.rb
adherent-0.2.0 app/models/adherent/coord.rb