Module: SexySlug::ActiveSupportParameterize
- Defined in:
- lib/sexy_slug/active_support_parameterize.rb
Class Method Summary collapse
Class Method Details
.call(string) ⇒ Object
2 3 4 |
# File 'lib/sexy_slug/active_support_parameterize.rb', line 2 def self.call(string) ActiveSupport::Inflector.parameterize(string) end |