Skip to content

Commit

Permalink
missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 28, 2011
1 parent 7ada0fb commit 018a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/base.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def finder_needs_type_condition? #:nodoc:
:true == (@finder_needs_type_condition ||= descends_from_active_record? ? :false : :true) :true == (@finder_needs_type_condition ||= descends_from_active_record? ? :false : :true)
end end


# Returns a string like 'Post id:integer, title:string, body:text' # Returns a string like 'Post(id:integer, title:string, body:text)'
def inspect def inspect
if self == Base if self == Base
super super
Expand Down

0 comments on commit 018a88c

Please sign in to comment.