Skip to content

Commit bd04126

Browse files
committed
Fix typo
1 parent 0596f4d commit bd04126

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
@@ -199,7 +199,7 @@ module Tasks
199199
# Checks to see if the +table_name+ is ignored by checking
200200
# against the +schema_cache_ignored_tables` option.
201201
#
202-
# table_ignored?(:developers)
202+
# ActiveRecord.schema_cache_ignored_table?(:developers)
203203
#
204204
def self.schema_cache_ignored_table?(table_name)
205205
ActiveRecord.schema_cache_ignored_tables.any? do |ignored|

0 commit comments

Comments
 (0)