From 495e1c14db403f61602ce19eb496ff070333387a Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 12 Oct 2015 15:33:45 +0800 Subject: [PATCH] height and width change --- app/controllers/ad_banners_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/ad_banners_controller.rb b/app/controllers/ad_banners_controller.rb index f5c762b..67d9a85 100644 --- a/app/controllers/ad_banners_controller.rb +++ b/app/controllers/ad_banners_controller.rb @@ -32,8 +32,8 @@ class AdBannersController < ApplicationController "ad_fx" => adbanner.ad_fx, "speed" => adbanner.speed, "title" => adbanner.title, - "height" => adbanner.height, - "width" => adbanner.width, + "banner-height" => adbanner.height, + "banner-width" => adbanner.width, "timeout" => (adbanner.timeout * 1000), "more" => "More" },