Method: ShareNotify.config

Defined in:
lib/share_notify.rb

.configObject



24
25
26
27
28
29
# File 'lib/share_notify.rb', line 24

def config
  if @config.nil?
    configure(File.join(root.to_s, 'config', 'share_notify.yml'))
  end
  @config
end