mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-01-07 06:52:55 +01:00
3 lines
91 B
Ruby
3 lines
91 B
Ruby
class Importer < ActiveRecord::Base
|
|
validates :url, presence: true, uniqueness: true
|
|
end
|