Class: CmsModule

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/cms_module.rb

Overview

CmsModule objects represent bcms modules registered with the Cms:Settings module. These objects are not ment to be accessed directly, but through Cms:Settings’ public interface.

Constant Summary collapse

NAME_REGEX =
/^bcms_[a-z0-9_]+/