boissier_app/app/models/cible/cible_url.rb
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

6 lines
103 B
Ruby

# -*- encoding : utf-8 -*-
class CibleUrl < ActiveRecord::Base
validates :url, :presence => true
end