Ver código fonte

Index title key in feeds collection

master
Adrian Short 12 anos atrás
pai
commit
323ad0d2c1
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      app/models/feed.rb

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

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

many :posts, :dependent => :destroy



Carregando…
Cancelar
Salvar