mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
5 lines
122 B
Ruby
5 lines
122 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Importer < ActiveRecord::Base
|
|
validates :url, presence: true, uniqueness: true
|
|
end
|