Class: Coalla::TableFormatter::BooleanFormatter
- Inherits:
-
SimpleFormatter
- Object
- SimpleFormatter
- Coalla::TableFormatter::BooleanFormatter
- Defined in:
- lib/coalla/builders/table_formatter.rb
Instance Method Summary collapse
Methods inherited from SimpleFormatter
Instance Method Details
#align ⇒ Object
22 23 24 |
# File 'lib/coalla/builders/table_formatter.rb', line 22 def align :center end |
#customize(item) ⇒ Object
18 19 20 |
# File 'lib/coalla/builders/table_formatter.rb', line 18 def customize(item) item ? '<i class="glyphicon glyphicon-check"></i>'.html_safe : '' end |