Slide 24
Slide 24 text
20 / 95
ActiveRecordとは?
"An object that wraps a row in a database table or view, encapsulates the database access, and
adds domain logic on that data.
An object carries both data and behavior. "
https://bliki-ja.github.io/pofeaa/ActiveRecord より
データベースのテーブルやビューの列をラップし、データベースアクセスをカプセル化し、
ドメインロジックを追加するオブジェクト
データと振る舞いの両方を持つオブジェクト
“