SecureHeaders::Padrino

Public Class Methods

included(app) click to toggle source
Alias for: registered
registered(app) click to toggle source

Main class that register this extension.

# File lib/secure_headers/padrino.rb, line 7
def registered(app)
  app.extend SecureHeaders::ClassMethods
  app.helpers SecureHeaders::InstanceMethods
end
Also aliased as: included

[Validate]

Generated with the Darkfish Rdoc Generator 2.