diff options
author | Teddy Wing | 2017-05-01 04:05:32 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-01 04:05:32 +0200 |
commit | 96b181b74aeac226d45a1f4d4a13488931b2b72d (patch) | |
tree | f815f7f3b896206700cfef71cc507cd00e374ddd /lib | |
parent | e35a0d3d39ecb7c835b993a30c8d3aec8b07e8c2 (diff) | |
download | dbshell-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.rb | 2 |
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__) |