annotate test/exemplars/auth_source_exemplar.rb @ 967:19884e9d5eff bug_521

Only count downloads from non-bots
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 17 Oct 2012 10:42:48 +0100
parents cbb26bc654de
children
rev   line source
Chris@0 1 class AuthSource < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'Auth0'
Chris@0 3
Chris@0 4 end