Class: Admin::CodesController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::CodesController
- Defined in:
- app/controllers/admin/codes_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
get /admin/codes.
-
#show ⇒ Object
get /admin/codes/:id.
Instance Method Details
#index ⇒ Object
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 |
#show ⇒ Object
get /admin/codes/:id
10 11 |
# File 'app/controllers/admin/codes_controller.rb', line 10 def show end |