This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Gareth Townsend (author)
Mon Mar 30 01:00:45 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Mar 30 01:00:45 -0700 2009 | |
| |
README | Mon Mar 30 01:00:45 -0700 2009 | |
| |
Rakefile | Mon Mar 30 01:00:45 -0700 2009 | |
| |
init.rb | Mon Mar 30 01:00:45 -0700 2009 | |
| |
tasks/ | Mon Mar 30 01:00:45 -0700 2009 | |
| |
test/ | Mon Mar 30 01:00:45 -0700 2009 |
README
DisableMassAssignment ===================== This plugin sets attr_accessible to nil on the ActiveRecord::Base object, thus disabling mass assignment by default. In each of your ActiveRecord models you will need to declare which attributes can be mass assigned by using attr_accessible. Example ======= attr_accessible :email, :first_name, :last_name Copyright (c) 2009 Gareth Townsend, released under the MIT license







