# File lib/active_record/base.rb, line 559
def
all
(
*
args
)
find
(
:all
,
*
args
)
end