filter questions by year

This commit is contained in:
Jared Cosulich 2018-07-25 16:39:25 -04:00
parent fd6ec3af2a
commit eba821556b
3 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,8 @@
# rails c -> SchoolCategory.update_all(year: '2017')
# rake data:load_questions_csv; rake data:load_responses
# sudo heroku run rake db:migrate -a mciea-beta
# sudo heroku run console -a mciea-beta
# sudo heroku run rake data:load_questions_csv -a mciea-beta
# sudo heroku run:detached rake data:load_responses -a mciea-beta --size performance-l