# File lib/creatable.rb, line 21
def
attribute_names
self
.
class
.
attributes
.
map
{
|
a
|
a
[
:name
] }
end