public
Description: Checks Ruby on Rails models for use of the attr_accessible white list.
Homepage: http://www.disruptiveagility.com/plugin/audit_mass_assignment
Clone URL: git://github.com/ryanlowe/audit_mass_assignment.git
audit_mass_assignment / .gitignore
100644 8 lines (8 sloc) 0.072 kb
1
2
3
4
5
6
7
8
TIMELOG
*.log
.DS_Store
tmp/**/*
db/*.sqlite3
db/schema.rb
spec.rb
*.gem