aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dbshell/rails.rb
blob: 30d17be31560c0e199d37a171ee15b3fdbffa826 (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