class Faker::Placeholdit

def generate_color

def generate_color
  format('%06x', (rand * 0xffffff))
end