すべての属性名を配列で取得
説明
すべての属性名を配列で取得
使い方
モデル.attribute_names()
例
すべての属性名を配列で取得
Person.attribute_names
# ["id", "created_at", "updated_at", "name", "age"]
すべての属性名を配列で取得
モデル.attribute_names()
Person.attribute_names
# ["id", "created_at", "updated_at", "name", "age"]