aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dbshell/rails.rb
blob: 1b60b48f0f817aacb20b33604bb748d0e7cae5b6 (plain)
1
2
3
4
5
6
7
8
9
10
require 'dbshell/rails/version'

if defined?(Rake)
  load 'dbshell/rails/tasks/dbshell.rake'
end

module DBShell
  module Rails
  end
end