Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass reference to controller to CSP callable config values #148

Merged
merged 2 commits into from
Jun 18, 2015

Commits on Jun 18, 2015

  1. Pass reference to controller to CSP callable config values

    e.g.
    
    ```
       :enforce => lambda { |controller| controller.current_user.beta_testing? }
    
    ```
    oreoshake committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    f2fb777 View commit details
    Browse the repository at this point in the history
  2. update docs

    oreoshake committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    abd16ca View commit details
    Browse the repository at this point in the history