Parent

Exceptions

Public Instance Methods

not_acceptable() click to toggle source

handle NotAcceptable exceptions (406)

# File lib/generators/templates/application/merb_stack/app/controllers/exceptions.rb, line 9
def not_acceptable
  render :format => :html
end
not_found() click to toggle source

handle NotFound exceptions (404)

# File lib/generators/templates/application/merb_stack/app/controllers/exceptions.rb, line 4
def not_found
  render :format => :html
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.