Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default value of Vault attributes to String #30

Closed
wants to merge 1 commit into from

Commits on Oct 29, 2018

  1. Change default value of Vault attributes to String

    Since Vault assumes that all attributes are `String`s, unless explicitly
    defined otherwise, it makes sense to have this as a default. This will make
    it easier (shorter) to define attributes like house and phone numbers for
    example, where they can include only numbers and be mistaked for Integers
    by ActiveRecord.
    finalwharf committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    d17ab9b View commit details
    Browse the repository at this point in the history