Module: Cable::Orm::ActiveRecord

Defined in:
lib/cable/orm/active_record.rb

Overview

This module contains some helpers and handle schema (migrations):

create_table :accounts do |t|
  t.menuable
  t.nameable
  t.addressable
  t.contactable
  t.timestamps
end

Defined Under Namespace

Modules: Schema