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 def self.included(into) into.extend(HelperAccess) into.__send__(:include, Trinity) into.helper(*HelpersHelper.options[:default]) end
Generated with the Darkfish Rdoc Generator 2.