소스 검색

Removed broken association

pull/3/head
Adrian Short 14 년 전
부모
커밋
d0e54ab882
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      lib/models.rb

+ 2
- 2
lib/models.rb 파일 보기

@@ -1,5 +1,5 @@
require 'rubygems'
gem "datamapper", "0.9.11"
# gem "datamapper", "0.9.11"
require 'dm-core'
require 'dm-validations'
require 'dm-timestamps'
@@ -37,7 +37,7 @@ class Directorate
property :name, String, :length => 255, :required => true
property :slug, String, :length => 255
has n, :payments, { :through => :services, :order => ['d'] }
# has n, :payments, { :through => :services, :order => ['d'] }
has n, :services, :order => ['name']
has n, :suppliers, { :through => :services, :order => ['name'] }



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