You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Active record는 데이터베이스에 접근하는 방법 중 하나이다.
데이터베이스 테이블이나 뷰는 클래스에 대응한다. 따라서 인스턴스 하나는 테이블의 한 열에 대응한다.
객체 생성후 save를 하면 테이블에 한 열이 추가된다.
객체가 갱신 되면 테이블의 대응하는 열도 갱신된다.