Class: AWS
- Inherits:
-
Object
- Object
- AWS
- Defined in:
- lib/lifeboat.rb
Class Method Summary collapse
Class Method Details
.root ⇒ Object
9 10 11 12 |
# File 'lib/lifeboat.rb', line 9 def self.root rails_root = (Rails.version < "2.1.2") ? RAILS_ROOT : Rails.root YAML::load(IO.read(File.join(rails_root, 'config', 'aws.yml'))) end |