Procházet zdrojové kódy

Removed broken association

pull/3/head
Adrian Short před 14 roky
rodič
revize
d0e54ab882
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      lib/models.rb

+ 2
- 2
lib/models.rb Zobrazit soubor

@@ -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'] }



Načítá se…
Zrušit
Uložit