method

all_database_gems_regex

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ChangeGenerator
all_database_gems_regex() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/db/system/change/change_generator.rb, line 48
            def all_database_gems_regex
              all_database_gem_names = all_database_gems.map(&:first)
              /(\b#{all_database_gem_names.join('\b|\b')}\b)/
            end
Register or log in to add new notes.