remotelocal / web

0 stars 0 forks source link

ActiveRecordの基礎 #54

Open remotelocal opened 9 years ago

remotelocal commented 9 years ago

http://railsguides.jp/active_record_basics.html

remotelocal commented 9 years ago

予約済みカラム名の使用は避けてください。たとえば、typeという語はテーブルでSingle Table Inheritance (STI)を指定するために予約されています。STIを使用しないとしても、予約語より先にまず"context"などのような、モデルのデータを適切に表す語を検討してください。