Created
April 14, 2015 21:08
-
-
Save dwaynemac/05bb65816c859aced584 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
before_save :set_key | |
def set_key | |
self.key = self.name.gsub('-','_').parameterize('_') if self.name.present? | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment