Sha256: 97cc19432fa8173675d7b18fc79f9cc15c4eeb417d4bc165fd4bbe1d46919c7a

Contents?: true

Size: 630 Bytes

Versions: 6

Compression:

Stored size: 630 Bytes

Contents

#Exception Handler
###
#You can add different settings using this block
#Use the docs at http://github.com/richpeck/exception_handler for info
###
ExceptionHandler.setup do |config|

	#DB - 
	#Options = false / true
	config.db = false

	#Email -
	#Default = false / true
	#config.email = 

	#Social
	config.social = {
		twitter: 	"http://twitter.com/frontlineutils",
		facebook: 	"https://facebook.com/frontline.utilities",
		linkedin: 	"https://linkedin.com/company/frontline-utilities",
		youtube: 	"https://youtube.com/user/frontlineutils",
		fusion: 	"http://frontlinefusion.com/frontlineutils"
	}

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exception_handler-0.3.45 lib/generators/templates/exception_handler.rb
exception_handler-0.3.35 lib/generators/templates/exception_handler.rb
exception_handler-0.3.3 lib/generators/templates/exception_handler.rb
exception_handler-0.3.25 lib/generators/templates/exception_handler.rb
exception_handler-0.3.2 lib/generators/templates/exception_handler.rb
exception_handler-0.3.0 lib/generators/templates/exception_handler.rb