Module: ActiveRecord

Defined in:
lib/acts_as_muschable.rb

Overview

acts_as_muschable adds support for sharding data over multiple tables by

messing with the #table_name method. If you want to shard your data over 
multiple databases, use the DataFabric gem, which does the sharding at
connection level.

Defined Under Namespace

Modules: Acts, Reflection