Class: Camping::Controllers::R

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/camping-unabridged.rb,
lib/camping.rb

Overview

The R class is the parent class for all controllers and ensures they all get the Base mixin.

Instance Attribute Summary

Attributes included from Base

#body, #cookies, #env, #headers, #input, #root, #status

Method Summary

Methods included from Base

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

Methods included from Helpers

#/, #R, #errors_for

Dynamic Method Handling

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