method

included

Importance_0
Ruby on Rails latest stable (v2.3.4) - 0 notes - Class: ActionView::Helpers::SanitizeHelper

Method deprecated

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

included(base) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/sanitize_helper.rb, line 9
      def self.included(base)
        base.extend(ClassMethods)
      end
Register or log in to add new notes.