Created
November 14, 2012 22:42
-
-
Save bill-transue/4075379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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