This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Index title key in feeds collection
master
Adrian Short
12 years ago
parent
4c38bcdc49
commit
323ad0d2c1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/models/feed.rb
+ 2
- 0
app/models/feed.rb
View File
@@ -9,6 +9,8 @@ class Feed
key :generator, String
key :last_fetched, Time, :default => nil
timestamps!
ensure_index :title
many :posts, :dependent => :destroy
Write
Preview
Loading…
Cancel
Save