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

load File.expand_path('../rails/tasks/dbshell.rake', __FILE__)

module DBShell
  module Rails
  end
end