aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTeddy Wing2017-05-01 04:05:32 +0200
committerTeddy Wing2017-05-01 04:05:32 +0200
commit96b181b74aeac226d45a1f4d4a13488931b2b72d (patch)
treef815f7f3b896206700cfef71cc507cd00e374ddd /lib
parente35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2 (diff)
downloaddbshell-rails-96b181b74aeac226d45a1f4d4a13488931b2b72d.tar.bz2
rails.rb: Change to single-quotes
Follow this package's convention.
Diffstat (limited to 'lib')
-rw-r--r--lib/dbshell/rails.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dbshell/rails.rb b/lib/dbshell/rails.rb
index 30d17be..2404819 100644
--- a/lib/dbshell/rails.rb
+++ b/lib/dbshell/rails.rb
@@ -1,4 +1,4 @@
-require "dbshell/rails/version"
+require 'dbshell/rails/version'
load File.expand_path('../rails/tasks/dbshell.rake', __FILE__)