fix map controller create spec
This commit is contained in:
parent
5e180ac10e
commit
b722d2d3b0
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class MapsController < ApplicationController
|
|||
end
|
||||
|
||||
def create_map_params
|
||||
params.require(:map).permit(:name, :desc, :permission)
|
||||
params.permit(:name, :desc, :permission)
|
||||
end
|
||||
|
||||
def update_map_params
|
||||
|
|
Loading…
Reference in a new issue