clean commit

This commit is contained in:
Matthew K. Fu JuYuan 2012-10-04 15:53:42 +08:00
parent b0cdcbecca
commit ae48ab5cbd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Panel::Announcement::BackEnd::BulletinsController < OrbitBackendController
bulletin = Bulletin.new params
@preview_obj = bulletin.to_preview
@preview_obj.save
render '/shared/preview/preview.html.erb', :layout=>false
render '/shared/preview/preview.html.erb',:layout=>false
end
def index