Skip to content

Commit

Permalink
Fix for issue #603.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsrohde committed Oct 22, 2018
1 parent 61ef1b8 commit a75ca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -57,7 +57,7 @@
# end

# routes for autocompletion actions used by the bulk upload wizard:
%w{citations cultivars sites species treatments}.each do |controller|
%w{citations cultivars methods sites species treatments}.each do |controller|
get "#{controller}/bu_autocomplete", controller: controller
end

Expand Down

0 comments on commit a75ca9e

Please sign in to comment.