annotate test/exemplars/auth_source_exemplar.rb @ 960:c09e40c4a410 feature_523

Display download counts for documents
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 16 Oct 2012 16:27:29 +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