lib/shuttle/deployment/rails.rb in shuttle-deploy-0.2.0.beta1 vs lib/shuttle/deployment/rails.rb in shuttle-deploy-0.2.0.beta2
- old
+ new
@@ -1,6 +1,6 @@
module Shuttle
- class Rails < Shuttle::Deploy
+ class Rails < Shuttle::Strategy
include Shuttle::Support::Bundler
include Shuttle::Support::Thin
def rails_env
if config.rails && config.rails.environment
\ No newline at end of file