Module: LowCardTables::ActiveRecord::Base

Extended by:
ActiveSupport::Concern
Included in:
ActiveRecord::Base
Defined in:
lib/low_card_tables/active_record/base.rb

Overview

This is a module that gets included into ActiveRecord::Base. It provides just the bootstrap for LowCardTables methods that let you declare is_low_card_table or has_low_card_table, and see if it’s a low-card table or not.

Defined Under Namespace

Modules: ClassMethods