class ActionDispatch::ContentSecurityPolicy

Reopen class and add new method

Public Instance Methods

load_from_yml() click to toggle source
# File lib/yaml_csp_config/csp_ext.rb, line 6
def load_from_yml
  YamlCspConfig::YamlLoader.call(self)
end