Module: DeviseGauth::Orm::ActiveRecord
- Defined in:
- lib/devise_gauth/orm/active_record.rb
Overview
This module contains handle schema (migrations):
create_table :accounts do |t| t.gauth_secret t.gauth_enabled end
Defined Under Namespace
Modules: Schema