Revert "Merge pull request #4552 from tchak/champ-communes"
This reverts commit4cec26f73a
, reversing changes made to0ef25ef36c
.
This commit is contained in:
parent
c9ac7294f5
commit
4373cb22cb
63 changed files with 1119 additions and 260 deletions
|
@ -1,13 +0,0 @@
|
|||
class APIGeoTestController < ActionController::Base
|
||||
def regions
|
||||
render json: [{ nom: 'Martinique' }]
|
||||
end
|
||||
|
||||
def departements
|
||||
render json: [{ nom: 'Aisne', code: '02' }]
|
||||
end
|
||||
|
||||
def communes
|
||||
render json: [{ nom: 'Ambléon' }]
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue