Mercurial > hg > soundsoftware-site
view .svn/pristine/e2/e260493f1ee8824999edbd6b5d851d6864f39570.svn-base @ 1477:f2ad2199b49a bibplugin_integration
Close obsolete branch bibplugin_integration
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:41:31 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class WikiContent < ActiveRecord::Base generator_for :text => 'Some content' generator_for :page, :method => :generate_page def self.generate_page WikiPage.generate! end end