Returns an array of names for the attributes available on this object sorted alphabetically.
# File active_record/base.rb, line 2177 def attribute_names @attributes.keys.sort end
<code/>
<pre/>
<code/>and<pre/>for code samples.