class method self.schema_ignored_table?

Ruby on Rails edge

Since edge

Signature

self.schema_ignored_table?(table_name)

ActiveRecord.schema_ignored_table?(:developers)

Parameters

table_name req
Source
# File activerecord/lib/active_record.rb, line 239
  def self.schema_ignored_table?(table_name)
    schema_ignored_tables.any? { |ignored| ignored === table_name }
  end

Defined in activerecord/lib/active_record.rb line 239 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close