# File lib/cheat/site.rb, line 549
  def recent_sheets
    Cheat::Models::Sheet.sort_by { |s| -s.updated_at }.first(15)
  end