diff options
author | Juanjo Bazán <jjbazan@gmail.com> | 2012-09-24 23:28:02 +0200 |
---|---|---|
committer | Juanjo Bazán <jjbazan@gmail.com> | 2012-09-24 23:28:02 +0200 |
commit | c9a6c6c8d18006d92a87c2d09bc9d6e5b0b30086 (patch) | |
tree | 231d6ee6277a34950abf1737481e1097cab04530 /guides/source | |
parent | 530102f656068274be8e3ea5fc873a3432d8e397 (diff) | |
download | rails-c9a6c6c8d18006d92a87c2d09bc9d6e5b0b30086.tar.gz rails-c9a6c6c8d18006d92a87c2d09bc9d6e5b0b30086.tar.bz2 rails-c9a6c6c8d18006d92a87c2d09bc9d6e5b0b30086.zip |
remove duplication
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_record_querying.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index 2fb0bf1d69..d46b35f8df 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -68,7 +68,6 @@ The methods are: * `none` * `offset` * `order` -* `none` * `preload` * `readonly` * `references` |