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