Module: Sluggable

Extended by:
ActiveSupport::Concern
Defined in:
app/models/concerns/sluggable.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



4
5
6
# File 'app/models/concerns/sluggable.rb', line 4

def to_param
  url
end