Skip to content

Commit f114a24

Browse files
authored
Merge pull request rails#51915 from nisusam/fix_symbol
Fix `+` symbol [ci skip]
2 parents 3ccca0c + 9622342 commit f114a24

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)