OSDN Git Service

miss branch
authoryasushiito <yas@pen-chan.jp>
Tue, 3 Jan 2012 03:54:00 +0000 (12:54 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 3 Jan 2012 03:54:00 +0000 (12:54 +0900)
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