Skip to content

Instantly share code, notes, and snippets.

@mlankenau
Created February 22, 2013 16:48
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 mlankenau/5014829 to your computer and use it in GitHub Desktop.
Save mlankenau/5014829 to your computer and use it in GitHub Desktop.
ActiveSupport::Convern
module Bar
extend ActiveSupport::Concern
include Foo
included do
self.method_injected_by_foo
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment