module ReactWebpackRails::NodeHelpers

Public Instance Methods

node_uri(path = '') click to toggle source
# 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