Module: CustomAttributes

Extended by:
ActiveSupport::Concern
Defined in:
lib/custom_attributes.rb,
lib/custom_attributes/setup.rb,
lib/custom_attributes/engine.rb,
lib/custom_attributes/version.rb,
app/models/custom_attributes/double_value.rb,
app/models/custom_attributes/string_value.rb,
app/models/custom_attributes/integer_value.rb,
app/models/custom_attributes/date_time_value.rb,
app/models/custom_attributes/custom_attribute.rb,
app/models/custom_attributes/custom_attribute_value.rb,
lib/generators/custom_attributes/initialize_generator.rb,
app/controllers/custom_attributes/application_controller.rb,
app/models/custom_attributes/custom_attribute_definition.rb,
lib/generators/custom_attributes/templates/application_helper.rb,
app/controllers/custom_attributes/custom_attribute_values_controller.rb,
app/controllers/custom_attributes/custom_attribute_definitions_controller.rb

Defined Under Namespace

Modules: ClassMethods, CustomAttributeDefinition, CustomAttributeValue, CustomAttributesHelper, DateTimeValue, DoubleValue, Generators, IntegerValue, Setup, StringValue Classes: ApplicationController, CustomAttribute, CustomAttributeDefinitionsController, CustomAttributeValuesController, Engine

Constant Summary collapse

VERSION =
"0.1.5"