Skip to content

Instantly share code, notes, and snippets.

@bill-transue
Created November 14, 2012 22:42
Show Gist options
  • Select an option

  • Save bill-transue/4075379 to your computer and use it in GitHub Desktop.

Select an option

Save bill-transue/4075379 to your computer and use it in GitHub Desktop.
module TouchMyScheme
after_save :touch_my_scheme
def touch_my_scheme
scheme.touch
end
end
include "lib/touch_my_scheme"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment