Skip to content

Instantly share code, notes, and snippets.

@tubbo
Forked from leejarvis/gist:3e66cbdd042e40190966
Created July 23, 2013 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubbo/0a8f6fa2a160a17ab675 to your computer and use it in GitHub Desktop.
Save tubbo/0a8f6fa2a160a17ab675 to your computer and use it in GitHub Desktop.
path = if obj.is_a?(Array)
obj.join("/middleware/")
else
"#{current_path}/middleware/#{obj}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment