Sha256: 2ef9ddd66e32e86032f3202adf7d4d163cd0fe297b52495082cc7925b6c62339
Contents?: true
Size: 306 Bytes
Versions: 48
Compression:
Stored size: 306 Bytes
Contents
module CmAdmin class Configuration attr_accessor :layout, :included_models, :cm_admin_models, :enable_tracking, :project_name def initialize @layout = 'admin' @included_models = [] @cm_admin_models = [] @enable_tracking = false @project_name = '' end end end
Version data entries
48 entries across 48 versions & 1 rubygems