mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
6 lines
156 B
Ruby
6 lines
156 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'sshkit/interactive'
|
|
require 'capistrano/rails/console/version'
|
|
|
|
load File.expand_path('console/tasks.cap', __dir__)
|