質問編集履歴
1
タイトルの修正、画像挿入
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Sinatra + ActiveRecord + SQLite3で「SQLite3::SQLException: no such table:
|
1
|
+
Sinatra + ActiveRecord + SQLite3で「SQLite3::SQLException: no such table: ideas」
|
test
CHANGED
@@ -6,6 +6,10 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
+
![イメージ説明](58a001a6774e09685c4dcf7377622dbc.png)
|
10
|
+
|
11
|
+
|
12
|
+
|
9
13
|
##エラー発生箇所
|
10
14
|
|
11
15
|
下記`app.rb`の`Idea.all.to_json`
|