소스 검색

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

불러오는 중...
취소
저장