aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dbshell/client/database.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-04-29 22:15:19 +0200
committerTeddy Wing2017-04-29 22:15:19 +0200
commit6f4057392857313355769de7fea293b5e50f0779 (patch)
tree647d609277ef2334d18847d15e8e342886431f99 /lib/dbshell/client/database.rb
parentb700c1bef89a67a64f1040fb6bb03c0320eefe91 (diff)
downloaddbshell-rails-6f4057392857313355769de7fea293b5e50f0779.tar.bz2
Update `require` paths in database client files
Change the paths in the code to conform to the new file layout introduced in b700c1bef89a67a64f1040fb6bb03c0320eefe91.
Diffstat (limited to 'lib/dbshell/client/database.rb')
-rw-r--r--lib/dbshell/client/database.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dbshell/client/database.rb b/lib/dbshell/client/database.rb
index edea777..d77efce 100644
--- a/lib/dbshell/client/database.rb
+++ b/lib/dbshell/client/database.rb
@@ -1,5 +1,5 @@
-require 'dbshell/sqlite3_client'
-require 'dbshell/postgres_client'
+require 'dbshell/client/sqlite3'
+require 'dbshell/client/postgres'
class DBShell::DatabaseClient
def self.handler(connection_params)