Class: String

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

Instance Method Summary collapse

Instance Method Details

#slugifyObject



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

def slugify
  self.underscore.parameterize.underscore
end