Method: FluentdServer::WebHelper#active_if

Defined in:
lib/fluentd_server/web_helper.rb

#active_if(cond) ⇒ Object



76
77
78
# File 'lib/fluentd_server/web_helper.rb', line 76

def active_if(cond)
  'active' if cond
end