Methods

ActsAsTaggableOn::Utils

Public Class Methods

included(base) click to toggle source
# File lib/acts_as_taggable_on/utils.rb, line 3
def self.included(base)

  base.send :include, ActsAsTaggableOn::Utils::OverallMethods
  base.extend ActsAsTaggableOn::Utils::OverallMethods
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.