Module: Huginn::Generators::SearchableColumns

Extended by:
ActiveSupport::Concern
Included in:
FtsIndexesGenerator, TrigramIndexesGenerator
Defined in:
lib/generators/huginn/searchable_columns.rb

Overview

Shared logic between the index-scaffold generators (huginn:trigram_indexes / huginn:fts_indexes): resolving the Searchable models (or the explicit ones given as arguments) into the table/column pairs that need an index, and the migration filename machinery.