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

Exception when creating new User #179

Open
KamilLelonek opened this issue Oct 25, 2014 · 1 comment
Open

Exception when creating new User #179

KamilLelonek opened this issue Oct 25, 2014 · 1 comment

Comments

@KamilLelonek
Copy link

I get:

AWS::DynamoDB::Errors::ValidationException: Validation error detected: KeySchema must be a Array

when I do:

User.new(name: 'name').save

while my User is:

class User
  include Dynamoid::Document
  field :name
end
@dinesh
Copy link

dinesh commented Nov 21, 2014

Please try to use fake_dynamo 0.1.3 as it I was facing the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants