Exception: RadiumIo::AuthenticationMissing

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/radium_io.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



6
7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/radium_io.rb', line 6

def to_s
  s = <<-msg
  Your Rails application is not configured correctly. You must specify a "user_id" and an "application_id".
  You should set these values in "config/application.rb" or in the specific file under "config/enviroment".

  Here is an example

  # config/application.rb
  #
  # config.radium_io.user_id = 'your-user-id'
  # config.radium_io.app_id = 'your-app-id'
  msg
end