Skip to content

Commit

Permalink
minor edit on StatementCache documentation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Apr 12, 2013
1 parent 69a87d5 commit 87735d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/statement_cache.rb
Expand Up @@ -11,7 +11,7 @@ module ActiveRecord
#
# cache.execute
#
# The relation returned by +yield+ is cached, and for each +execute+ call the cached relation gets duped.
# The relation returned by the block is cached, and for each +execute+ call the cached relation gets duped.
# Database is queried when +to_a+ is called on the relation.
class StatementCache
def initialize
Expand Down

0 comments on commit 87735d3

Please sign in to comment.