Module: DeviseGoogleAuthenticator::Orm::ActiveRecord
- Defined in:
- lib/devise_google_authenticatable/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