class Ferret::Browser::ErrorController

Public Instance Methods

index() click to toggle source
# File lib/ferret/browser.rb, line 175
def index
  render(:status => 404)
end