class TokenizeAttributes::Configuration
Attributes
tokenizer[RW]
Public Class Methods
new()
click to toggle source
# File lib/tokenize_attributes/configuration.rb, line 5 def initialize @tokenizer = proc { SecureRandom.hex } end