Class: ColorSchemeColor

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/color_scheme_color.rb

Instance Method Summary collapse

Instance Method Details

#hex_with_hashObject



8
9
10
# File 'app/models/color_scheme_color.rb', line 8

def hex_with_hash
  "##{hex}"
end