mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added missing docs for +supports_primary_key?+ on some adapters
This commit is contained in:
@@ -219,6 +219,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Does MySQL support finding primary key on non-Active Record tables?
|
||||
def supports_primary_key? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
@@ -77,6 +77,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Does SQLite support finding primary key on non-Active Record tables?
|
||||
def supports_primary_key? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user