annotate .svn/pristine/dd/ddc34f2c3196ca0b8688d877276e4a02664665f2.svn-base @ 976:0befb332f41a get_statistics

get stats up to current date
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 25 Oct 2012 13:50:45 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 class WikiPage < ActiveRecord::Base
Chris@909 2 generator_for :title, :start => 'AWikiPage'
Chris@909 3 generator_for :wiki, :method => :generate_wiki
Chris@909 4
Chris@909 5 def self.generate_wiki
Chris@909 6 Wiki.generate!
Chris@909 7 end
Chris@909 8 end