Disable ad_banner_preview. Just show window

This commit is contained in:
Matthew K. Fu JuYuan 2012-04-23 18:29:23 +08:00 committed by Christophe Vilayphiou
parent e7bb9ea86b
commit bbcdaf00e7
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class Admin::AdBannersController < ApplicationController
def realtime_preview
@ad_banner = AdBanner.first(conditions: { title: params[:title] }).preview_clone
@ad_banner.update_attributes(params[:ad_banner]).update_attributes(params[:ad_images])
#@ad_banner.update_attributes(params[:ad_banner]).update_attributes(params[:ad_images])
end
def index

View File

@ -24,7 +24,6 @@ class AdImage
# validates_numericality_of :weight, greater_than_or_equal_to: 1,less_than_or_equal_to: 10
# validates_format_of :out_link, with: /(http:\/\/.*|)/ ,:message => 'Need a valid URL'
# validates_presence_of :post_date,:message => 'Need a valid post date'
attr_reader :parse_post_date,:parse_unpost_date
def parse_post_date=(att)