Exception: RFb::Exceptions::RFbEnvUndefined

Inherits:
RFbAppException show all
Defined in:
lib/r_fb/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



14
15
16
# File 'lib/r_fb/exceptions.rb', line 14

def message
  "Environment not defined! - define it by adding this in your environment: RFb.environment = Rails.env for rails, RFb.environment = ENV['RACK_ENV'] for rack and so on..."
end