static public Method

Base.accessible_attributes(

Returns an array of all the attributes that have been made accessible to mass-assignment.

Source Code

# File active_record/base.rb, line 858
def accessible_attributes # :nodoc:
  read_inheritable_attribute("attr_accessible")
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.