Class: C::AdminController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- C::AdminController
- Defined in:
- app/controllers/c/admin_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#edit ⇒ Object
11 12 13 |
# File 'app/controllers/c/admin_controller.rb', line 11 def edit ajax_form end |
#new ⇒ Object
15 16 17 |
# File 'app/controllers/c/admin_controller.rb', line 15 def new ajax_form end |