class User < ActiveRecord::Base include Permalinkable acts_as_permalinkable permalinkable_attribute: :user_name, length: 100 end