view test/exemplars/document_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
line wrap: on
line source
class Document < ActiveRecord::Base
  generator_for :title, :start => 'Document001'

end