Mercurial > hg > soundsoftware-site
view test/exemplars/group_exemplar.rb @ 339:5410d82c12df cannam-pre-20110113-merge
* Make scheme configurable (for http/https)
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 31 Mar 2011 10:37:04 +0100 |
parents | 513646585e45 |
children | cbb26bc654de |
line wrap: on
line source
class Group < Principal generator_for :lastname, :method => :next_lastname def self.next_lastname @last_lastname ||= 'Group' @last_lastname.succ! @last_lastname end end