Explorar el Código

Changed datamapper gem version

pull/3/head
Adrian Short hace 14 años
padre
commit
cd56e1dab2
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +1
    -1
      .gems
  2. +2
    -0
      lib/models.rb

+ 1
- 1
.gems Ver fichero

@@ -1,2 +1,2 @@
sbfaulkner-sinatra-helpers -s http://gems.github.com
datamapper --version '>= 1.0.0'
datamapper --version '0.10.1'

+ 2
- 0
lib/models.rb Ver fichero

@@ -1,4 +1,5 @@
require 'rubygems'
gem "datamapper", "0.9.11"
require 'dm-core'
require 'dm-validations'
require 'dm-timestamps'
@@ -79,6 +80,7 @@ class Supplier
has n, :payments, :order => ['d']
has n, :services, { :through => :payments, :order => ['name'] }
has n, :directorates, { :through => :payments }
before :save, :slugify



Cargando…
Cancelar
Guardar