Explorar el Código

Don't double-validate link

master
Adrian Short hace 12 años
padre
commit
d7b5e01804
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/models/feed.rb

+ 1
- 1
app/models/feed.rb Ver fichero

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

Cargando…
Cancelar
Guardar