Skip to content

Commit

Permalink
Merge pull request rails#51915 from nisusam/fix_symbol
Browse files Browse the repository at this point in the history
Fix `+` symbol [ci skip]
  • Loading branch information
kamipo authored May 25, 2024
2 parents 3ccca0c + 9622342 commit f114a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module Tasks
self.schema_cache_ignored_tables = []

# Checks to see if the +table_name+ is ignored by checking
# against the +schema_cache_ignored_tables` option.
# against the +schema_cache_ignored_tables+ option.
#
# ActiveRecord.schema_cache_ignored_table?(:developers)
#
Expand Down

0 comments on commit f114a24

Please sign in to comment.