noMethodError

pull/564/head
Rick Carlino 2017-12-11 15:22:30 -06:00
parent c546cec792
commit 70476d5780
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module Api
end
def dump
mutate Devices::Dump.run!(device: current_device)
mutate Devices::Dump.run(device: current_device)
end
end
end