Sha256: 05444dc85d4f8c0e02766591805e80076fe365641401d54e949a87fcd7cb9eef

Contents?: true

Size: 132 Bytes

Versions: 1

Compression:

Stored size: 132 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
permalinkable-1.0.1 spec/support/user.rb