class Entry < ActiveRecord::Base include Permalinkable acts_as_permalinkable permalinkable_attribute: :entry_name, length: 100, allow_change: true, permalink_field_name: :entry_identity end