class method
self.all
Ruby on Rails 7.2.3
Since v7.2.3Signature
self.all()
No documentation comment.
Source
# File railties/lib/rails/generators/database.rb, line 19
def all
@all ||= [
MySQL.new,
PostgreSQL.new,
MariaDB.new,
SQLite3.new,
]
end
Defined in railties/lib/rails/generators/database.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::Database