diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/exports/show.uoc.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/exports/show.uoc.erb b/app/views/exports/show.uoc.erb index b8f73b1..d99d7f9 100644 --- a/app/views/exports/show.uoc.erb +++ b/app/views/exports/show.uoc.erb @@ -2,6 +2,6 @@ {\setlength{\parskip}{-0.3cm} -<%= UocExporter.new(things: @results.order(:authors)).export %> +<%= UocExporter.new(things: @results.sort_by(&:authors)).export %> } |
