Mercurial > hg > soundsoftware-site
view test/exemplars/wiki_exemplar.rb @ 463:af5f6d56dc3a feature_36
View for the AJAX call in the new publication view.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 21 Jun 2011 11:07:51 +0100 |
parents | 513646585e45 |
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