Module: ConsoleLogHelper

Defined in:
app/helpers/console_log_helper.rb

Instance Method Summary collapse

Instance Method Details

#console_log_javascript_tag(development_only = true) ⇒ Object



2
3
4
# File 'app/helpers/console_log_helper.rb', line 2

def console_log_javascript_tag(development_only = true)
  render partial: 'console_log/javascript'
end