method

included

rails latest stable - Class: ActionView::Helpers::SanitizeHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

included(base)
public

No documentation available.

# File actionpack/lib/action_view/helpers/sanitize_helper.rb, line 9
      def self.included(base)
        base.extend(ClassMethods)
      end