Merge branch 'master' of bitbucket.org:onekopaka/stargate-rando
This commit is contained in:
commit
2cede238f5
1 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
require 'camping'
|
||||
require 'newrelic_rpm'
|
||||
|
||||
# Camping is a great small framework.
|
||||
Camping.goes :StargateRando
|
||||
|
@ -7,11 +6,6 @@ Camping.goes :StargateRando
|
|||
# Data was moved out to stargaterando-data.rb to keep this file clean
|
||||
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.
|
||||
module StargateRando::Controllers
|
||||
class Index < R '/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue