view test/exemplars/issue_category_exemplar.rb @ 973:30040a8e3a88 get_statistics

fixed counting of model figures
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 19 Oct 2012 17:19:21 +0100
parents cbb26bc654de
children
line wrap: on
line source
class IssueCategory < ActiveRecord::Base
  generator_for :name, :start => 'Category 0001'

end