This commit is contained in:
Harry Bomrah 2014-11-04 18:26:17 +08:00
parent 2a5cc3e31c
commit 03a5840fc9
1 changed files with 1 additions and 6 deletions

View File

@ -2,12 +2,7 @@ require 'json'
class AnnouncementLinkWidgetsController < ApplicationController
def widget
data = {
"tags" => [{
"tag-name" => "",
"tag-id" => "",
"announcements" => [],
"links" => []
}],
"tags" => [],
"extras" => {
"heading-announcements" => "Announcements",
"heading-links" => "Links"