From f3de1944d123723ad9bb7de93e96c6ccf82875f3 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 25 Jan 2013 22:28:45 -0500 Subject: [PATCH] testing metacode things with staging --- app/views/maps/_newtopic.html.erb | 2 +- app/views/topics/_new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/maps/_newtopic.html.erb b/app/views/maps/_newtopic.html.erb index c1a8d1ab..cacff2fd 100644 --- a/app/views/maps/_newtopic.html.erb +++ b/app/views/maps/_newtopic.html.erb @@ -5,7 +5,7 @@
<%= form_for Topic.new, url: topics_url, remote: true do |form| %>
- <% @m = user.settings.metacodes %> + <% @m = user.settings.unserialize().metacodes %> <% @m.each do |m| %> <% metacode = Metacode.find(m.to_i) %> <%= metacode.name %> diff --git a/app/views/topics/_new.html.erb b/app/views/topics/_new.html.erb index faf5c3bc..5c41d0da 100644 --- a/app/views/topics/_new.html.erb +++ b/app/views/topics/_new.html.erb @@ -7,7 +7,7 @@
<%= form_for Topic.new, url: topics_url, remote: true do |form| %>
- <% @m = user.settings.metacodes %> + <% @m = user.settings.unserialize().metacodes %> <% @m.each do |m| %> <% metacode = Metacode.find(m.to_i) %> <%= metacode.name %>