Module: ActsAsNosql

Extended by:
ActiveSupport::Autoload, ActiveSupport::Concern
Defined in:
lib/acts_as_nosql.rb,
lib/acts_as_nosql/version.rb,
lib/acts_as_nosql/querying.rb,
lib/acts_as_nosql/attribute.rb,
lib/acts_as_nosql/attributes.rb

Overview

ActsAsNosql

This gem allows to handle JSON and JSONB fields as if they are proper database columns, handling default values, type casting and simplifying validation. This module is the main entry point for the gem.

Defined Under Namespace

Modules: Attributes, Querying Classes: Attribute

Constant Summary collapse

VERSION =
'0.1.3'