instance method
supports_migrations?
Ruby on Rails 3.1.12
Since v2.2.3 Last seen in v4.2.9Signature
supports_migrations?()
Returns true, since this connection adapter supports migrations.
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 376
def supports_migrations?
true
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 376
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter