Back to green in mysql
This commit is contained in:
parent
728a547cb2
commit
ab398555d6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ module Diaspora
|
||||||
# @param row The row to get the id from.
|
# @param row The row to get the id from.
|
||||||
# @return The id of the database row passed in.
|
# @return The id of the database row passed in.
|
||||||
def id_for row
|
def id_for row
|
||||||
@@id_method_for_row ||= if Post.connection.class == ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
|
@@id_method_for_row ||= if defined?(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter) && ActiveRecord::Base.connection.is_a?(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
|
||||||
[:[], "id"]
|
[:[], "id"]
|
||||||
else
|
else
|
||||||
:first
|
:first
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue