Fix model.from_rs argument type typo (#142)

This commit is contained in:
Duke Nguyen 2021-08-05 13:12:59 +10:00 committed by GitHub
parent 3a53a69f83
commit bf5ca75d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module DB
super
end
def self.from_rs(rs : ::DB::Result_set)
def self.from_rs(rs : ::DB::ResultSet)
super
end
end