mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove explicit return.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
parent
c4d31d0f13
commit
1b6b80355c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module ActiveRecord
|
|||
result[self.class.locking_column] ||= 0
|
||||
end
|
||||
|
||||
return result
|
||||
result
|
||||
end
|
||||
|
||||
def update(attribute_names = @attributes.keys) #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue