Skip to content

Commit

Permalink
Updated active_record_querying.textile: intro paragraph of 'Condition…
Browse files Browse the repository at this point in the history
…s' to change 'find method' to 'where method'
  • Loading branch information
christopherscott committed Jul 8, 2011
1 parent 5724625 commit 2423aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/active_record_querying.textile
Expand Up @@ -256,7 +256,7 @@ The above will yield the supplied block with +1000+ invoices every time.

h3. Conditions

The +find+ method allows you to specify conditions to limit the records returned, representing the +WHERE+-part of the SQL statement. Conditions can either be specified as a string, array, or hash.
The +where+ method allows you to specify conditions to limit the records returned, representing the +WHERE+-part of the SQL statement. Conditions can either be specified as a string, array, or hash.

h4. Pure String Conditions

Expand Down

0 comments on commit 2423aca

Please sign in to comment.