Closed Allcharles closed 4 years ago
Fixed a common spelling mistake in API where taxonomic was written as "taxanomic". This affected the database, tags model, and tag api routes.
ActiveRecord::Migration[4.2]
ActiveRecord::Migration
rake
rails
is_taxanomic
is_taxonomic
Closes #466 Relates to #469
Rename Taxanomic to Taxonomic
Fixed a common spelling mistake in API where taxonomic was written as "taxanomic". This affected the database, tags model, and tag api routes.
Changes
ActiveRecord::Migration[4.2]
instead ofActiveRecord::Migration
rake
torails
where relevantIssues
is_taxanomic
column tois_taxonomic
for true and false casesCloses
Closes #466 Relates to #469