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

add support for controller-based param whitelisting (ala strong parameters) #237

Closed
wants to merge 2 commits into from

Commits on Sep 4, 2012

  1. add support for controller-based param whitelisting (ala strong param…

    …eters)
    
    if the inherited resources controller has a method named <resource
    name>_params, it will be called to construct the params hash that will
    be used for create/update.
    rubysolo committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    6325fcf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2012

  1. Configuration menu
    Copy the full SHA
    9aa8d3b View commit details
    Browse the repository at this point in the history