Flowdock
method

table_exists?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: InternalMetadata
table_exists?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/internal_metadata.rb, line 27
      def table_exists?
        connection.table_exists?(table_name)
      end
Register or log in to add new notes.