Mercurial > hg > soundsoftware-site
view .svn/pristine/04/04fbda284b00bec052d898fc58aac289855e9000.svn-base @ 1114:212b72b966ff bibplugin_bibtex
development commit - changing association validations. not working correctly
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 14 Dec 2012 19:50:00 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class Wiki < ActiveRecord::Base generator_for :start_page => 'Start' generator_for :project, :method => :generate_project def self.generate_project Project.generate! end end