回答編集履歴
2
ActiveRecord::Base.connection.executeについて追記
test
CHANGED
@@ -3,3 +3,19 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
[https://www.javadrive.jp/rails/model/index10.html](https://www.javadrive.jp/rails/model/index10.html)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
追記:
|
12
|
+
|
13
|
+
seedの中にActiveRecord::Base.connection.executeを用いることで、
|
14
|
+
|
15
|
+
任意のSQLを実行することができます。
|
16
|
+
|
17
|
+
以下のコードが役に立つかとおもいます。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
[https://gist.github.com/seyhunak/7843549](https://gist.github.com/seyhunak/7843549)
|
1
ハイパーリンクの追加
test
CHANGED
@@ -2,4 +2,4 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
https://www.javadrive.jp/rails/model/index10.html
|
5
|
+
[https://www.javadrive.jp/rails/model/index10.html](https://www.javadrive.jp/rails/model/index10.html)
|