Method: Rsm::Thin::Stop#thin_stop
- Defined in:
- lib/tasks/thin/stop.rb
#thin_stop ⇒ Object
5 6 7 |
# File 'lib/tasks/thin/stop.rb', line 5 def thin_stop run_with_bundler "thin stop -C #{application_root}/config/thin.#{options[:environment]}.yml" end |