소스 검색

Add column default

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

+ 1
- 1
models.rb 파일 보기

@@ -88,7 +88,7 @@ class Candidacy
property :postcode, String
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)
property :labcoop, Boolean # Candidacy is for joint Labour/Co-op party
property :labcoop, Boolean, :default => false # Candidacy is for joint Labour/Co-op party

belongs_to :election
belongs_to :candidate


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