Class: Camping::Controllers::NotFound

Inherits:
R
  • Object
show all
Defined in:
lib/camping.rb,
lib/camping-mural.rb

Instance Attribute Summary

Attributes included from RM

#body, #cookies, #headers, #input, #status

Instance Method Summary collapse

Methods included from RM

#method_missing, #r, #redirect, #render, #service, #to_s

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Camping::Controllers::RM

Instance Method Details

#getObject



60
# File 'lib/camping.rb', line 60

def get; r(404, h1('Camping Problem!') + h2('Not Found')); end