Skip to content

Instantly share code, notes, and snippets.

@carlesso
Created September 23, 2015 15:06
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 carlesso/bd12bd2d8f8d3675aa5a to your computer and use it in GitHub Desktop.
Save carlesso/bd12bd2d8f8d3675aa5a to your computer and use it in GitHub Desktop.
# :nocov:
if defined?(Rails)
module MyGem
module Rails
class Engine < ::Rails::Engine
end
end
end
end
# :nocov:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment