mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Make this docs more consistent with the rest of the docs present
This commit is contained in:
@@ -208,13 +208,13 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Returns +true+, since this connection adapter supports prepared statement
|
||||
# Returns true, since this connection adapter supports prepared statement
|
||||
# caching.
|
||||
def supports_statement_cache?
|
||||
true
|
||||
end
|
||||
|
||||
# Returns true.
|
||||
# Returns true, since this connection adapter supports migrations.
|
||||
def supports_migrations? #:nodoc:
|
||||
true
|
||||
end
|
||||
@@ -224,6 +224,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Returns true, since this connection adapter supports savepoints.
|
||||
def supports_savepoints? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
@@ -290,7 +290,7 @@ module ActiveRecord
|
||||
NATIVE_DATABASE_TYPES
|
||||
end
|
||||
|
||||
# Does PostgreSQL support migrations?
|
||||
# Returns true, since this connection adapter supports migrations.
|
||||
def supports_migrations?
|
||||
true
|
||||
end
|
||||
@@ -316,6 +316,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Returns true, since this connection adapter supports savepoints.
|
||||
def supports_savepoints?
|
||||
true
|
||||
end
|
||||
|
||||
@@ -72,7 +72,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Returns true.
|
||||
# Returns true, since this connection adapter supports migrations.
|
||||
def supports_migrations? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user