Rails モデルをハッシュに変換する

Railsにてモデルをハッシュに変換するには、attributesを使います。

hash = モデル.attributes
=> {"カラム"=>属性}