Flowdock
method

sanitized_allowed_protocols

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActionView::Helpers::SanitizeHelper::ClassMethods
sanitized_allowed_protocols() 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 137
        def sanitized_allowed_protocols
          white_list_sanitizer.allowed_protocols
        end
Register or log in to add new notes.