Class: Admin::CodesController

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

Instance Method Summary collapse

Instance Method Details

#indexObject

get /admin/codes



5
6
7
# File 'app/controllers/admin/codes_controller.rb', line 5

def index
  @collection = Code.page_for_administration current_page
end

#showObject

get /admin/codes/:id



10
11
# File 'app/controllers/admin/codes_controller.rb', line 10

def show
end