about summary refs log tree commit diff stats
path: root/db/migrate/20180129213822_create_pokeviewer_pokedex_entries.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in database indexKelly Rauchenberger2018-01-291-1/+1
|
* Added Pokédex viewing pageKelly Rauchenberger2018-01-291-0/+20
Currently a work in progress. The queries used to display the Pokémon for each species are very inefficient. The text at the top of the page is also very specific to the author.