Method: CommonLib::ActionViewExtension::Base#pos_neg
- Defined in:
- lib/common_lib/action_view_extension/base.rb
#pos_neg(value = nil) ⇒ Object Also known as: posneg
262 263 264 |
# File 'lib/common_lib/action_view_extension/base.rb', line 262 def pos_neg(value=nil) (POSNEG[value]||' ').html_safe end |