Skip to content

Commit

Permalink
Fixing comment and added TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Baccelli - SUPDE/DESPO/DE811 committed Oct 28, 2015
1 parent 28b334b commit f30e10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rackstep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def initialize(env)
for_all_verbs_add_route('notfound', 'RackStep::ErrorController', 'not_found')
end

# TODO: Code Climate says this method is too big.
def process_request
verb = request.request_method
path = request.path
Expand Down Expand Up @@ -96,7 +97,7 @@ def content_type=(value)

end

# A singleton class with a settings hash attribute wich may be user to
# A singleton class with a settings hash attribute wich may be used to
# to store all 'global' settings (eg: database connections, etc).
# This settings variable will be injected into every controller
# by RackStep.
Expand Down

0 comments on commit f30e10a

Please sign in to comment.