method

generate_key

generate_key(salt)
public

No documentation available.

# File activesupport/lib/active_support/key_generator.rb, line 50
    def generate_key(salt)
      @secret
    end