Mercurial > hg > soundsoftware-site
view test/exemplars/document_exemplar.rb @ 981:3469444470cb live
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2012 14:20:24 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class Document < ActiveRecord::Base generator_for :title, :start => 'Document001' end