Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Jul 3, 2024
1 parent f435305 commit 9431b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/couchbase-orm/relation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def empty?
# class User < Couchbase::Base
#
# def self.active_user_names
# where(active = true").pluck(:name)
# where(active: true).pluck(:name)
# end
# end
#
Expand Down Expand Up @@ -240,7 +240,7 @@ def pluck(*fields)
# class User < Couchbase::Base
#
# def self.active_users
# where(active = true").to_ary
# where(active: true).to_ary
# end
# end
#
Expand Down

0 comments on commit 9431b99

Please sign in to comment.