summaryrefslogtreecommitdiffstats
path: root/test/exemplars/enumeration_exemplar.rb
blob: 29e4f45d45c4d695163b169c4b414d2a855d7dcc (plain)
1
2
3
4
5
class Enumeration < ActiveRecord::Base
  generator_for :name, :start => 'Enumeration0'
  generator_for :type => 'TimeEntryActivity'

end