54 55 56 57
# File 'app/models/page.rb', line 54 def text most_recent(:text) || ('MainPage' == self.name ? CONGRATS_TEXT : WIKI_NOT_FOUND_TEXT) end