소스 검색

Clarify column semantics

tags/last-sinatra-version
Adrian Short 12 년 전
부모
커밋
0d89bb8517
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      models.rb

+ 2
- 2
models.rb 파일 보기

@@ -86,8 +86,8 @@ class Candidacy
property :votes, Integer
property :address, String, :length => 200
property :postcode, String
property :position, Integer
property :seats, Integer
property :position, Integer # Position of this candidate in this district. (1..n)
property :seats, Integer # Number of seats won by this candidacy (0 or 1)

belongs_to :election
belongs_to :candidate


불러오는 중...
취소
저장