class Strongbolt::Generators::IndexesGenerator
Creates a migration to fix a has many through with users tenants problem
Public Instance Methods
copy_fix()
click to toggle source
# File lib/generators/strongbolt/indexes_generator.rb, line 13 def copy_fix copy_migration 'indexes', 'create_strongbolt_tables_indexes' end