Skip to content

Commit

Permalink
TW-77 Add routes for GET tasks/gis/asserted_distribution/new and POST…
Browse files Browse the repository at this point in the history
… tasks/gis/asserted_distribution/create.
  • Loading branch information
TuckerJD committed Jan 23, 2015
1 parent 60af19c commit 7b1704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
get 'locality/within/:id', to: 'locality#within', as: 'locality_within'

get 'asserted_distribution/new', to: 'asserted_distribution#new', as: 'asserted_distribution_new'
get 'asserted_distribution/create', to: 'asserted_distribution#create', as: 'asserted_distribution_create'
post 'asserted_distribution/create', to: 'asserted_distribution#create', as: 'asserted_distribution_create'
end

namespace :serials do
Expand Down

0 comments on commit 7b1704c

Please sign in to comment.