Procházet zdrojové kódy

Don't double-validate link

master
Adrian Short před 12 roky
rodič
revize
d7b5e01804
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/models/feed.rb

+ 1
- 1
app/models/feed.rb Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit