1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Don't ask something that we don't want to

We only want to support adapters that we officially support through the
entire framework so it is better to not ask patches for adapters that
we may not support
This commit is contained in:
Rafael Mendonça França 2015-04-22 15:11:27 -03:00
parent 3ab66a0ce4
commit d0ec2a9856

View file

@ -89,7 +89,7 @@ module Rails
find_cmd_and_exec("sqsh", *args)
else
abort "Unknown command-line client for #{config['database']}. Submit a Rails patch to add support!"
abort "Unknown command-line client for #{config['database']}."
end
end