Skip to content

Commit

Permalink
Fix user name in doc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Dec 31, 2015
1 parent fb21325 commit 4675a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/relation.rb
Expand Up @@ -132,7 +132,7 @@ def new(*args, &block)
# ==== Examples
#
# users = User.where(name: 'Oscar')
# users.create # => #<User id: 3, name: "oscar", ...>
# users.create # => #<User id: 3, name: "Oscar", ...>
#
# users.create(name: 'fxn')
# users.create # => #<User id: 4, name: "fxn", ...>
Expand Down

0 comments on commit 4675a15

Please sign in to comment.