method

add

rails latest stable - Class: ActiveRecord::ConnectionAdapters::BoundSchemaReflection
add(name)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 175
      def add(name)
        @schema_reflection.add(@connection, name)
      end