- 誤:
@books.author
+<p>
+ <strong>Author:</strong>
+ <%= @book.author %>
+</p>
- 正:
books.author
+<p>
+ <strong>Author:</strong>
+ <%= book.author %>
+</p>
後ろから2つ目の文「pictureカラム」であるところが「authorカラム」となっている。v2.0.1以降で修正済みです。
- 誤: books テーブルへ author カラムを string 型で追加する
- 正: books テーブルへ picture カラムを string 型で追加する