Public instance methods of helpers in here will be recognized as actions
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.
# File lib/innate/helper.rb, line 11 11: def self.included(into) 12: into.extend(HelperAccess) 13: into.__send__(:include, Trinity) 14: into.helper(*HelpersHelper.options[:default]) 15: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.