mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-02-24 02:43:06 +01:00
4 lines
91 B
Ruby
4 lines
91 B
Ruby
![]() |
class Importer < ActiveRecord::Base
|
||
|
validates :url, presence: true, uniqueness: true
|
||
|
end
|