Parent

Exceptions

Public Instance Methods

not_acceptable() click to toggle source

handle NotAcceptable exceptions (406)

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

handle NotAcceptable exceptions (406)

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

handle NotFound exceptions (404)

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

handle NotFound exceptions (404)

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.