not a function

This commit is contained in:
Connor Turland 2016-03-14 11:03:11 +11:00
parent 604087c592
commit 6715ba7e7f
2 changed files with 1 additions and 2 deletions

View file

@ -71,7 +71,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
columnize (0.9.0)
concurrent-ruby (1.0.1)
debug_inspector (0.0.2)
delayed_job (4.0.6)

View file

@ -10,7 +10,7 @@ module TopicsHelper
topic['value'] = t.name
topic['description'] = t.desc.truncate(70) # make this return matched results
topic['type'] = t.metacode.name
topic['typeImageURL'] = t.metacode.asset_path_icon
topic['typeImageURL'] = t.metacode.icon
topic['permission'] = t.permission
topic['mapCount'] = t.maps.count
topic['synapseCount'] = t.synapses.count