Module: Helper
- Defined in:
- lib/helper/helper.rb,
lib/helper/linker.rb
Overview
The Helpers are ‘mixed’ into your generator and therefore can be used in all template-views. If you are searching for a method and don’t know, where it may be implemented i suggest the following inheritence chain as your search-strategy:
Helper::IncludedHelpers -> Generator::YourGenerator -> Generator::Generator -> Renderer
Somewhere at that chain you will find your desired function.