Parent

Methods

Included Modules

WikitravelPage

Constants

DOMAIN

Public Class Methods

clear() click to toggle source
# File app/models/wikitravel_page.rb, line 11
def self.clear
  if Rails.env.test?
    self.each { |r| r.remove }
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.