Skip to content

Commit

Permalink
Merge pull request #98 from Mapotempo/add_docs
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
giallon committed Jul 3, 2024
2 parents f435305 + 9431b99 commit 2793b20
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 2793b20

Please sign in to comment.