Module Innate::Helper
In: lib/innate/helper.rb
lib/innate/helper/aspect.rb
lib/innate/helper/cgi.rb
lib/innate/helper/flash.rb
lib/innate/helper/link.rb
lib/innate/helper/redirect.rb
lib/innate/helper/render.rb
lib/innate/helper/send_file.rb

Shortcuts to some CGI methods

Methods

included  

Classes and Modules

Module Innate::Helper::Aspect
Module Innate::Helper::CGI
Module Innate::Helper::Flash
Module Innate::Helper::Link
Module Innate::Helper::Redirect
Module Innate::Helper::Render
Module Innate::Helper::SendFile

Constants

LOOKUP = EXPOSE = Set.new   Public instance methods of helpers in here will be recognized as actions

Public Class methods

Usually called from Innate::Node::included We also include Innate::Trinity here, as it may be needed in models when you use helper methods there.

[Validate]