4 5 6
# File 'app/models/people/user.rb', line 4 def self.recent(num) ::People::User.order("created_at DESC").limit(num) end