Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/spodunk.rb

Instance Method Summary collapse

Instance Method Details

#slugifyObject



13
14
15
# File 'lib/spodunk.rb', line 13

def slugify
  self.underscore.parameterize.underscore
end