class Remoting::Config

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/remoting/config.rb, line 7
def initialize
  hash = YAML.load_file(Rails.root.join('config', 'remote.yml'))
  super(hash["remote"])
end