OSDN Git Service

merge miss branch syspic
authoryasushiito <yas@pen-chan.jp>
Tue, 3 Jan 2012 04:01:27 +0000 (13:01 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 3 Jan 2012 04:01:27 +0000 (13:01 +0900)
app/views/speach_balloons/show.html.erb
config/environments/development.rb

index 122485b..89a2d46 100644 (file)
@@ -20,7 +20,7 @@
       Tail:<%= balloon_template.tail -%>\r
       Border:<%= balloon_template.border -%>\r
     </p>\r
-    <img src="<%= balloon_template.resource_picture.url -%>" />\r
+    <img src="<%= balloon_template.system_picture.url -%>" />\r
   </div>\r
 <% end -%>\r
 <%= link_to 'Back', speach_balloons_path %>
index bd57e43..1f7eb0e 100644 (file)
@@ -30,7 +30,6 @@ 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|