Method: ExceptionTrack::Configuration#environments

Defined in:
lib/exception-track/configuration.rb

#environmentsObject

environments for store Exception log in to database. default: [:development, :production]



7
8
9
# File 'lib/exception-track/configuration.rb', line 7

def environments
  @environments
end