Skip to content

Commit

Permalink
Merge pull request #302 from ugisozols/master
Browse files Browse the repository at this point in the history
Remove redundant autoload entries.
  • Loading branch information
dblock committed Dec 28, 2012
2 parents 963e9aa + fcc45c2 commit 668d92c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/grape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
module Grape
autoload :API, 'grape/api'
autoload :Endpoint, 'grape/endpoint'
autoload :MiddlewareStack, 'grape/middleware_stack'
autoload :Client, 'grape/client'
autoload :Route, 'grape/route'
autoload :Entity, 'grape/entity'
autoload :Cookies, 'grape/cookies'
Expand Down

0 comments on commit 668d92c

Please sign in to comment.