discourse/app/models/incoming_domain.rb

17 lines
374 B
Ruby
Raw Normal View History

2014-08-03 22:35:55 -04:00
class IncomingDomain < ActiveRecord::Base
end
# == Schema Information
#
# Table name: incoming_domains
#
# id :integer not null, primary key
# name :string(100) not null
# https :boolean default(FALSE), not null
# port :integer not null
#
# Indexes
#
# index_incoming_domains_on_name_and_https_and_port (name,https,port) UNIQUE
#