Support forcing the order of rooms in the schedule
This commit is contained in:
parent
02f0d4a254
commit
a9d6faf1a3
6 changed files with 17 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ module Admin
|
|||
private
|
||||
|
||||
def room_params
|
||||
params.require(:room).permit(:name, :size, :url)
|
||||
params.require(:room).permit(:name, :size, :url, :order)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue