Explorar el Código

Index title key in feeds collection

master
Adrian Short hace 12 años
padre
commit
323ad0d2c1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      app/models/feed.rb

+ 2
- 0
app/models/feed.rb Ver fichero

@@ -9,6 +9,8 @@ class Feed
key :generator, String
key :last_fetched, Time, :default => nil
timestamps!
ensure_index :title

many :posts, :dependent => :destroy



Cargando…
Cancelar
Guardar