Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed-width font for nil
  • Loading branch information
fxn committed May 18, 2008
1 parent bd57507 commit c40c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/base.rb
Expand Up @@ -452,7 +452,7 @@ class << self # Class methods
# conditions or merely an order. If no record can be matched, +nil+ is returned. Use
# <tt>Model.find(:first, *args)</tt> or its shortcut <tt>Model.first(*args)</tt>.
# * Find last - This will return the last record matched by the options used. These options can either be specific
# conditions or merely an order. If no record can be matched, nil is returned. Use
# conditions or merely an order. If no record can be matched, +nil+ is returned. Use
# <tt>Model.find(:last, *args)</tt> or its shortcut <tt>Model.last(*args)</tt>.
# * Find all - This will return all the records matched by the options used.
# If no records are found, an empty array is returned. Use
Expand Down

0 comments on commit c40c17c

Please sign in to comment.