cortex-cms/cortex

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

Summary

Maintainability
A
0 mins
Test Coverage
module Cortex
  class ApplicationCell < Cell::ViewModel
    include ReactOnRailsHelper
    include Cortex::Engine.routes.url_helpers

    self.view_paths = ["#{Cortex::Engine.root}/app/cells"]
  end
end