Class: Homeland::Node

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

Instance Method Summary collapse

Instance Method Details

#badge_colorObject



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

def badge_color
  self.color || '#AAA'
end

#badge_htmlObject



12
13
14
# File 'app/models/homeland/node.rb', line 12

def badge_html
  %(<i class="node-badge" style="background: #{self.badge_color};"></i>)
end