diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2013-06-07 00:05:50 -0700 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2013-06-07 00:05:50 -0700 |
commit | fa9632f7c85ba4641a7835694668c221c1e3ec20 (patch) | |
tree | e934ab8d0083fe954d64594db95a97e70a3dcad8 /guides | |
parent | 0435d0ebcc7a31d19b9b7b8eb3c5b8afd22212a1 (diff) | |
parent | 38127d88e99db8022a9448ed403b9a50cef55d23 (diff) | |
download | rails-fa9632f7c85ba4641a7835694668c221c1e3ec20.tar.gz rails-fa9632f7c85ba4641a7835694668c221c1e3ec20.tar.bz2 rails-fa9632f7c85ba4641a7835694668c221c1e3ec20.zip |
Merge pull request #139 from rajcybage/master
Spelling mistake on the previous commit it should be standard not "standar"
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_record_basics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index 42bb63700c..1f25c6ae95 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -64,7 +64,7 @@ Rails, you'll need to write very little configuration (in some case no configuration at all) when creating Active Record models. The idea is that if you configure your applications in the very same way most of the time then this should be the default way. Thus, explicit configuration would be needed -only in those cases where you can't follow the standar convention. +only in those cases where you can't follow the standard convention. ### Naming Conventions |