Sha256: dd9079410f7bd9169309e7ebb8a19973f2e36e706d336897a318cb0f00d3434a
Contents?: true
Size: 418 Bytes
Versions: 6
Compression:
Stored size: 418 Bytes
Contents
require 'rails/generators/active_record' module ActiveRecord module Generators class DeviseXfactorAuthenticationGenerator < ActiveRecord::Generators::Base source_root File.expand_path("../templates", __FILE__) def copy_devise_xfactor_authentication_migration migration_template "migration.rb", "db/migrate/devise_xfactor_authentication_add_to_#{table_name}.rb" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems