Skip to content

Commit

Permalink
Fix adapter to use proper type
Browse files Browse the repository at this point in the history
  • Loading branch information
waterlink committed Jul 26, 2016
1 parent 3ddc194 commit e4331bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module ActiveRecord
abstract def get(id)
abstract def all
abstract def where(query_hash : Hash)
abstract def where(query : Query)
abstract def where(query : ::Query::Query)
abstract def update(id, fields)
abstract def delete(id)
end
Expand Down

0 comments on commit e4331bd

Please sign in to comment.