Flowdock
method

sanitized_allowed_css_keywords

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionView::Helpers::SanitizeHelper::ClassMethods
sanitized_allowed_css_keywords() 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 120
        def sanitized_allowed_css_keywords
          white_list_sanitizer.allowed_css_keywords
        end
Register or log in to add new notes.