aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/association_basics.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-09-02 01:08:20 -0400
committerPrem Sichanugrist <s@sikac.hu>2012-09-17 15:54:23 -0400
commit9873dd800b77105fe17f583f0d036240ef334826 (patch)
treef78fc11a0064b1825484744511f399b2b5f5a439 /guides/source/association_basics.md
parent31ef4cf656785a190723d2d8fb4c0fd06f4009bc (diff)
downloadrails-9873dd800b77105fe17f583f0d036240ef334826.tar.gz
rails-9873dd800b77105fe17f583f0d036240ef334826.tar.bz2
rails-9873dd800b77105fe17f583f0d036240ef334826.zip
Convert all the links into Markdown format
Diffstat (limited to 'guides/source/association_basics.md')
-rw-r--r--guides/source/association_basics.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md
index 17f41196fe..8364b60ca3 100644
--- a/guides/source/association_basics.md
+++ b/guides/source/association_basics.md
@@ -785,7 +785,7 @@ class Order < ActiveRecord::Base
end
```
-You can use any of the standard "querying methods":active_record_querying.html inside the scope block. The following ones are discussed below:
+You can use any of the standard [querying methods](active_record_querying.html) inside the scope block. The following ones are discussed below:
* `where`
* `includes`
@@ -1038,7 +1038,7 @@ class Supplier < ActiveRecord::Base
end
```
-You can use any of the standard "querying methods":active_record_querying.html inside the scope block. The following ones are discussed below:
+You can use any of the standard [querying methods](active_record_querying.html) inside the scope block. The following ones are discussed below:
* `where`
* `includes`
@@ -1383,7 +1383,7 @@ class Customer < ActiveRecord::Base
end
```
-You can use any of the standard "querying methods":active_record_querying.html inside the scope block. The following ones are discussed below:
+You can use any of the standard [querying methods](active_record_querying.html) inside the scope block. The following ones are discussed below:
* `where`
* `extending`
@@ -1790,7 +1790,7 @@ class Parts < ActiveRecord::Base
end
```
-You can use any of the standard "querying methods":active_record_querying.html inside the scope block. The following ones are discussed below:
+You can use any of the standard [querying methods](active_record_querying.html) inside the scope block. The following ones are discussed below:
* `where`
* `extending`