浏览代码

Tidied code layout

master
Adrian Short 12 年前
父节点
当前提交
b2b9630c95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/models/feed.rb

+ 1
- 1
app/models/feed.rb 查看文件

@@ -5,7 +5,7 @@ class Feed
key :feed_url, String # The URL of the RSS feed, not the website that owns it
key :url, String # The URL of website. Called "link" in RSS 2.0
key :description, String
key :guid, String # Atom id or RSS guid
key :guid, String # Atom id or RSS guid
key :generator, String
key :last_fetched, Time, :default => nil
timestamps!


正在加载...
取消
保存