Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 235 Bytes

File metadata and controls

16 lines (12 loc) · 235 Bytes

How to use

#use in mongo mapper #in Gemfile gem 'permalink_mongo_mapper'

#in model class

include Permalink
key :name, String
has_permalink :name

#get it

<%= link_to @category.name,category_path(@category.permalink) %>