diff options
Diffstat (limited to 'lib/dbshell/rails.rb')
-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 0e3ea61..803b4ae 100644 --- a/lib/dbshell/rails.rb +++ b/lib/dbshell/rails.rb @@ -1,6 +1,6 @@ require "dbshell/rails/version" -module Dbshell +module DBShell module Rails # Your code goes here... end |