Module: DatastaxRails::Reflection

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/datastax_rails/reflection.rb

Overview

This is shamelessly ripped from Active Record 3.1

Reflection enables interrogation of DatastaxRails classes and objects about their associations and aggregations. This information can, for example, be used in a form builder that takes an DatastaxRails object and creates input fields for all of the attributes depending on their type and displays the associations to other objects.

Defined Under Namespace

Modules: ClassMethods Classes: AssociationReflection, MacroReflection, ThroughReflection