Merge branch 'master' of bitbucket.org:onekopaka/stargate-rando

This commit is contained in:
Darren VanBuren 2015-08-03 01:06:40 -07:00
commit 2cede238f5

View file

@ -1,5 +1,4 @@
require 'camping' require 'camping'
require 'newrelic_rpm'
# Camping is a great small framework. # Camping is a great small framework.
Camping.goes :StargateRando Camping.goes :StargateRando
@ -7,11 +6,6 @@ Camping.goes :StargateRando
# Data was moved out to stargaterando-data.rb to keep this file clean # Data was moved out to stargaterando-data.rb to keep this file clean
require './stargaterando-data' require './stargaterando-data'
# This sets up New Relic monitoring
def StargateRando.create
NewRelic::Agent.manual_start
end
# This holds our (currently there's only one) controllers. # This holds our (currently there's only one) controllers.
module StargateRando::Controllers module StargateRando::Controllers
class Index < R '/' class Index < R '/'