Explorar el Código

add admin user depart records

abiao hace 4 años
padre
commit
c3c234ab77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/models/product.rb

+ 1 - 0
app/models/product.rb

@@ -79,6 +79,7 @@ class Product < ActiveRecord::Base
         if COLOR_ENUM.length ==0
             return []
         else
+
             return COLOR_ENUM
         end
     end