Skip to content

Fix copy/paste error in README #3

Description

@jocubeit
class User
  include AttrArray

  attr_cipher :api_key, secret: Rails.application.secrets.secret_key_base
end

Should be:

class User
  include AttrCipher # <-- FIX

  attr_cipher :api_key, secret: Rails.application.secrets.secret_key_base
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions