2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/app/models/incoming_referer.rb

17 lines
425 B
Ruby
Raw Normal View History

2014-08-04 12:35:55 +10:00
class IncomingReferer < ActiveRecord::Base
end
# == Schema Information
#
# Table name: incoming_referers
#
# id :integer not null, primary key
# url :string(1000) not null
# path :string(1000) not null
# incoming_domain_id :integer not null
#
# Indexes
#
# index_incoming_referers_on_path_and_incoming_domain_id (path,incoming_domain_id) UNIQUE
#