Module: ReactWebpackRails::NodeHelpers

Included in:
NodeIntegrationRunner
Defined in:
lib/react_webpack_rails/node_helpers.rb

Instance Method Summary collapse

Instance Method Details

#node_uri(path = '') ⇒ Object



3
4
5
# File 'lib/react_webpack_rails/node_helpers.rb', line 3

def node_uri(path = '')
  URI(Rails.application.config.rwr.node_server_host).merge(path)
end