Skip to content

Instantly share code, notes, and snippets.

@kristianfreeman
Created August 2, 2013 21:33
Show Gist options
  • Save kristianfreeman/6143625 to your computer and use it in GitHub Desktop.
Save kristianfreeman/6143625 to your computer and use it in GitHub Desktop.
>> 5.times do User.create!; end
>> User.create!
=> ActiveRecord::RecordInvalid: Validation failed: The maximum number of users has
been reached.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment