Style upgrades and emberified supplier lists

This commit is contained in:
2014-04-24 16:41:08 +02:00
parent 546e4499ea
commit 27a1022eb4
56 changed files with 321 additions and 139 deletions
+9
View File
@@ -0,0 +1,9 @@
class Symbol
def to_json(*)
to_s
end
def as_json(*)
to_s
end
end