ActiveModel::Attributes
#ActiveModel
よく使うメソッド
attribute
attribute_names
属性名の一覧を配列で取得できる
使い方
code:ruby
include ActiveModel::Model
include ActiveModel::Attributes
参照
ActiveModel::Attributes::ClassMethods
ActiveModel::ModelモジュールとActiveModel::Attributesモジュール - higmonta blog
ActiveModel::Attributesを使ってみたら非常に便利だった。 - GitPress.io