module SanitizeHtmlFields

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/sanitize_html_fields/sanitize_html_fields.rb, line 3
def self.included(base)
  base.extend ActionView::Helpers::SanitizeHelper::ClassMethods
  base.send :include, ActionView::Helpers::SanitizeHelper
  base.send :extend, ClassMethods
end