From 81094a5d6211ed3758a59be82764803b6b5ae65f Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 25 Jan 2013 22:31:35 -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 cacff2fd..c1a8d1ab 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.unserialize().metacodes %> + <% @m = user.settings.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 5c41d0da..faf5c3bc 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.unserialize().metacodes %> + <% @m = user.settings.metacodes %> <% @m.each do |m| %> <% metacode = Metacode.find(m.to_i) %> <%= metacode.name %>