Module: Schemata::Orm::ActiveRecord
- Defined in:
- lib/schemata/orm/active_record.rb
Overview
This module contains some helpers and handle schema (migrations):
create_table :accounts do |t|
t.
t.nameable
t.addressable
t.contactable
t.
end
Defined Under Namespace
Modules: Schema