Class: Cortex::ContentTypesController
- Inherits:
-
AdminController
- Object
- ActionController::Base
- ApplicationController
- AdminController
- Cortex::ContentTypesController
- Defined in:
- app/controllers/cortex/content_types_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
15 16 17 |
# File 'app/controllers/cortex/content_types_controller.rb', line 15 def create end |
#index ⇒ Object
7 8 9 |
# File 'app/controllers/cortex/content_types_controller.rb', line 7 def index @content_types = Cortex::ContentType.all end |
#new ⇒ Object
11 12 13 |
# File 'app/controllers/cortex/content_types_controller.rb', line 11 def new end |