Skip to content

Instantly share code, notes, and snippets.

@bschwartz
Created March 5, 2010 19:07
Show Gist options
  • Save bschwartz/323021 to your computer and use it in GitHub Desktop.
Save bschwartz/323021 to your computer and use it in GitHub Desktop.
# if this is for a Rails app, drop it in /config/initializers
class Module
if defined?(:rake_original_const_missing)
def const_missing(const)
rake_original_const_missing(const)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment