@@ -58,13 +58,13 class UsersController < ApplicationController | |||
|
58 | 58 | :limit => @limit, |
|
59 | 59 | :offset => @offset |
|
60 | 60 | |
|
61 |
|
|
|
62 |
|
|
|
61 | respond_to do |format| | |
|
62 | format.html { | |
|
63 | 63 | @groups = Group.all.sort |
|
64 | 64 | render :layout => !request.xhr? |
|
65 | 65 | } |
|
66 | 66 | format.api |
|
67 | end | |
|
67 | end | |
|
68 | 68 | end |
|
69 | 69 | |
|
70 | 70 | def show |
General Comments 0
You need to be logged in to leave comments.
Login now