We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510c7e0 commit 683a37cCopy full SHA for 683a37c
README.md
@@ -22,9 +22,10 @@ source 在 [Github](https://github.com/Unayung/ruby-on-rails-developer-interview
22
* [resouce 和 resources](resouce--resources.md)
23
* [Hash 和 HashWithIndifferentAccess](hash.md)
24
* [什麼是 Polymorphic Association](poly.md)
25
-* [Model.find 和 Model.find\_by](find.md)
+* [Model.find 和 Model.find_by](find.md)
26
* [N+1 Query](nplusone.md)
27
-* [如何用單一 action 套用 /beer/\(beer\_type\) 這種 route](beer_type.md)
+* [為什麼要有 Migration 檔案](migration.md)
28
+* [如何用單一 action 套用 /beer/(beer\_type) 這種 route](beer_type.md)
29
* [如何讓 Person model 可以指定另一個 person 為 parent](person.md)
30
* [CSRF 是什麼](csrf.md)
31
* [XSS 是什麼](xss.md)
0 commit comments