method
all
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::Database
all()public
No documentation available.
# File railties/lib/rails/generators/database.rb, line 19
def all
@all ||= [
MySQL.new,
PostgreSQL.new,
MariaDB.new,
SQLite3.new,
]
end