# File app/controllers/groups_controller.rb, line 11
  def list
    @group_pages, @groups = paginate :groups, :per_page => 10
  end