commondream / shoulda_extras
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
lib/ | ||
| |
shoulda_extras.gemspec |
README
This is a quick set of extras for shoulda that I needed for my projects. should_be_protected ==================== Takes a whitelist approach for should_protect_attributes. Makes sure that every attribute is secure except for the ones listed in the :except option.

