Module: PhotoHandler
- Defined in:
- lib/photo_handler.rb,
lib/photo_handler/env.rb,
lib/photo_handler/photo.rb,
lib/photo_handler/config.rb,
lib/photo_handler/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
Doing this because bundler did it this way
"0.0.1"
Class Method Summary collapse
Class Method Details
.env ⇒ Object
14 15 16 |
# File 'lib/photo_handler.rb', line 14 def self.env "default" end |
.root ⇒ Object
10 11 12 |
# File 'lib/photo_handler.rb', line 10 def self.root Pathname.new(__FILE__).dirname.parent end |