Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

changes tabs to spaces as per Ruby convention #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions app/core/definitions/definitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# through this definitions file.
# Require the ruby standard logger
require 'logger'

# Our hack for the helper's expectation of a Webserver's environment.
class Goliath
def self.env
Expand All @@ -20,12 +21,12 @@ def self.env

# Hack to define the GMQ::Workers::Grape used by helpers/errors.rb
module GMQ
module Workers
module Grape
module Middleware
class Base
end
end
end
end
module Workers
module Grape
module Middleware
class Base
end
end
end
end
end