mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-14 08:50:44 +00:00
f2d908a06f
Added styling to gathers page Added styling to account page Improved forms styling
7 lines
200 B
Ruby
7 lines
200 B
Ruby
require 'capistrano/setup'
|
|
require 'capistrano/deploy'
|
|
require 'capistrano/rbenv'
|
|
require 'capistrano/bundler'
|
|
require 'capistrano/rails'
|
|
|
|
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
|