Skip to content
Snippets Groups Projects
Verified Commit c8bec61f authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Add raw data access to models

parent ee31ecbf
Branches
No related tags found
No related merge requests found
Pipeline #100671 passed
......@@ -218,6 +218,10 @@ module LiudeskCMDB
@data != @old_data
end
def raw_data!
@data.merge(@unknown)
end
def save!
if stored?
update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment