Class: Admin::ForeignUsersController

Inherits:
AdminController
  • Object
show all
Defined in:
app/controllers/admin/foreign_users_controller.rb

Overview

Handling foreign users

Instance Method Summary collapse

Instance Method Details

#indexObject

get /admin/foreign_users



8
9
10
# File 'app/controllers/admin/foreign_users_controller.rb', line 8

def index
  @collection = ForeignUser.page_for_administration(current_page)
end

#showObject

get /admin/foreign_users/:id



13
14
# File 'app/controllers/admin/foreign_users_controller.rb', line 13

def show
end