ソースを参照

Don't double-validate link

master
Adrian Short 12年前
コミット
d7b5e01804
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/models/feed.rb

+ 1
- 1
app/models/feed.rb ファイルの表示

@@ -6,6 +6,6 @@ class Feed
key :last_fetched, Time, :default => nil
timestamps!

validates :title, :link, :presence => true
validates :title, :presence => true
validates_format_of :link, :with => URI::regexp(%w(http https)), :message => "must be a valid URL"
end

読み込み中…
キャンセル
保存