Remove color_hexcode column from badge_types.

This commit is contained in:
Vikhyat Korrapati
2014-04-17 05:36:29 +05:30
parent 89f45901bc
commit b62606e7f1
9 changed files with 14 additions and 22 deletions

View File

@@ -1,3 +1,3 @@
class BadgeTypeSerializer < ApplicationSerializer
attributes :id, :name, :color_hexcode
attributes :id, :name
end