Mercurial > hg > soundsoftware-site
view test/exemplars/group_exemplar.rb @ 76:8a49eabbb30a cannam
* Change Home label to "Welcome!"
author | Chris Cannam |
---|---|
date | Tue, 14 Dec 2010 14:05:06 +0000 |
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