Class: Admin::UsersController

Inherits:
ResourceController
  • Object
show all
Defined in:
app/controllers/admin/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



9
10
11
12
13
14
# File 'app/controllers/admin/users_controller.rb', line 9

def index
  respond_with(@collection) do |format|
    format.html
    format.json { render :json => json_data }
  end
end