Returns an array of all the attributes that have been made accessible to mass-assignment.
# File active_record/base.rb, line 858 def accessible_attributes # :nodoc: read_inheritable_attribute("attr_accessible") end
<code/>
<pre/>
<code/>and<pre/>for code samples.