method

create

Importance_0
create() public

No documentation

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

Hide source
# File activerecord/lib/active_record/tasks/sqlite_database_tasks.rb, line 17 def create raise DatabaseAlreadyExists if File.exist?(db_config.database) establish_connection(db_config) connection end
Register or log in to add new notes.