Class: Webring::Member

Inherits:
ApplicationRecord show all
Extended by:
Navigation
Defined in:
app/models/webring/member.rb,
lib/generators/webring/member/templates/model.rb

Constant Summary collapse

UID_LENGTH =

32-character hex string

16
UID_PLACEHOLDER =
'YOUR_MEMBER_UID'.freeze

Instance Method Summary collapse

Methods included from Navigation

find_next, find_previous, find_random

Instance Method Details

#to_paramObject



19
20
21
# File 'app/models/webring/member.rb', line 19

def to_param
  uid
end