OSDN Git Service

miss branch
[pettanr/pettanr.git] / config / environments / development.rb
index 138112a..bd57e43 100644 (file)
@@ -30,9 +30,11 @@ Pettanr::Application.configure do
   # Expands the lines which load the assets
   config.assets.debug = true
 end
+y = YAML.load(open(Rails.root + 'config/aws.yaml').read)
 
 require 'local_picture'
 PictureIO.setup do |config|
   config.original_picture_io = PictureIO::LocalPicture.new '/sites/original/pettanr/'
   config.resource_picture_io = PictureIO::LocalPicture.new  '/sites/resource/pettanr/'
+  config.system_picture_io = PictureIO::LocalPicture.new  '/sites/system/pettanr/'
 end