Added explicit sorting of authors and pages in Authors page

This commit is contained in:
Alexey Verkhovsky 2005-05-29 14:18:05 +00:00
parent c00d1ca0f1
commit a1527f60b0
3 changed files with 7 additions and 4 deletions

View file

@ -42,7 +42,7 @@ class WikiController < ApplicationController
# Within a single web ---------------------------------------------------------
def authors
@authors = @web.select.authors
@authors = @web.select.authors.sort
end
def export_html