Update text_marquees_controller.rb

done
This commit is contained in:
chiu 2019-09-05 18:04:53 +08:00
parent b9dbfda696
commit 7c197dca88
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ class TextMarqueesController < ApplicationController
subpart = OrbitHelper.get_current_widget
marquee = Marquee.find(OrbitHelper.widget_custom_value)
texts = marquee.marquee_texts.collect do |mqt|
puts mqt.url
{
"text" => mqt.title,
"speed" => mqt.speed,