Skip to content

Commit 9622342

Browse files
committed
Fix + symbol [ci skip]
1 parent 3ccca0c commit 9622342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module Tasks
197197
self.schema_cache_ignored_tables = []
198198

199199
# Checks to see if the +table_name+ is ignored by checking
200-
# against the +schema_cache_ignored_tables` option.
200+
# against the +schema_cache_ignored_tables+ option.
201201
#
202202
# ActiveRecord.schema_cache_ignored_table?(:developers)
203203
#

0 commit comments

Comments
 (0)