Class: ForumCategory

Inherits:
ApplicationRecord
  • Object
show all
Extended by:
FriendlyId
Defined in:
app/models/forum_category.rb

Instance Method Summary collapse

Instance Method Details

#colorObject



9
10
11
12
# File 'app/models/forum_category.rb', line 9

def color
  colour = super
  colour.start_with?("#") ? colour : "##{colour}"
end