method
all
v8.1.1 -
Show latest stable
- Class:
Rails::Generators::Database
all()public
No documentation available.
# File railties/lib/rails/generators/database.rb, line 84
def all
@all ||= [
MySQL2.new,
PostgreSQL.new,
SQLite3.new,
MariaDBMySQL2.new,
MariaDBTrilogy.new
]
end