Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Includes:
LowCardTables::ActiveRecord::Base, LowCardTables::ActiveRecord::Scoping
Defined in:
lib/low_card_tables.rb

Overview

Include into ActiveRecord::Base two modules – one allows you to declare is_low_card_table or has_low_card_table, and the other makes sure that you don’t define scopes statically. (See LowCardTables::ActiveRecord::Scoping for more information on why this is really bad.)