# Load DSL and set up stages require "capistrano/setup" # Include default deployment tasks require "capistrano/deploy" # Load the SCM plugin appropriate to your project: require "capistrano/scm/git" install_plugin Capistrano::SCM::Git # Include tasks from other gems included in your Gemfile require "capistrano/rvm" require "capistrano/bundler" require "capistrano/rails/assets" require "capistrano/rails/migrations" require "capistrano/passenger" # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } thoughts
mixed-content personal blog
about summary refs log blame commit diff stats
path: root/app/helpers/admin/dashboard_helper.rb
blob: 4052b7c4b7c40d20e36d662e7f04d62271e3c606 (plain) (tree)
1
2

                             
module Admin::DashboardHelper
end