Class: Cortex::ContentTypesController

Inherits:
AdminController show all
Defined in:
app/controllers/cortex/content_types_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



15
16
17
# File 'app/controllers/cortex/content_types_controller.rb', line 15

def create

end

#indexObject



7
8
9
# File 'app/controllers/cortex/content_types_controller.rb', line 7

def index
  @content_types = Cortex::ContentType.all
end

#newObject



11
12
13
# File 'app/controllers/cortex/content_types_controller.rb', line 11

def new

end