class Ahoy::Click

include Mongoid::Document

field :campaign, type: String
field :token, type: String

index({campaign: 1})

end