require 'attribute_extras/base_extensions' module AttributeExtras autoload :Modifier, 'attribute_extras/modifier' autoload :NullifyAttributes, 'attribute_extras/nullify_attributes' autoload :StripAttributes, 'attribute_extras/strip_attributes' autoload :TruncateAttributes, 'attribute_extras/truncate_attributes' end