Class: ColorSchemeColor
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ColorSchemeColor
- Defined in:
- app/models/color_scheme_color.rb
Instance Method Summary collapse
Instance Method Details
#hex_with_hash ⇒ Object
8 9 10 |
# File 'app/models/color_scheme_color.rb', line 8 def hex_with_hash "##{hex}" end |