To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / exemplars / wiki_exemplar.rb @ 441:cbce1fd3b1b7

History | View | Annotate | Download (187 Bytes)

1
class Wiki < ActiveRecord::Base
2
  generator_for :start_page => 'Start'
3
  generator_for :project, :method => :generate_project
4

    
5
  def self.generate_project
6
    Project.generate!
7
  end
8
end