runtimerevolution / survey

Survey is a Rails Engine that brings quizzes, surveys and contests into your Rails application.
MIT License
265 stars 127 forks source link

invalid table name in migration. survey_tentatives should be survey_attempts #7

Closed adamlutz closed 11 years ago

adamlutz commented 11 years ago

the self.down command breaks because if an invalid table name.

This commit simply changes survey_tentatives to survey_attempts.