cortex-cms/cortex

View on GitHub
app/cells/cortex/content_type_cell.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cortex
  class ContentTypeCell < Cortex::ApplicationCell
    property :name
    property :icon

    def nav
      render
    end
  end
end