class ActiveSnapshot::InstallGenerator

Constants

MIGRATION_NAME

Public Instance Methods

create_migration_file() click to toggle source
# File lib/generators/active_snapshot/install/install_generator.rb, line 10
def create_migration_file
  add_migration(
    MIGRATION_NAME,
    { 
      table_options: table_options,
    }
  )
end