Method: Rails::Configuration#breakpoint_server

Defined in:
lib/initializer.rb

#breakpoint_server(_ = nil) ⇒ Object Also known as: breakpoint_server=

Deprecated options:



660
661
662
663
664
665
666
# File 'lib/initializer.rb', line 660

def breakpoint_server(_ = nil)
  $stderr.puts %(
  *******************************************************************
  * config.breakpoint_server has been deprecated and has no effect. *
  *******************************************************************
  )
end