Skip to content

Commit

Permalink
Always return data with symbolized keys
Browse files Browse the repository at this point in the history
Always return data with symbolized keys
  • Loading branch information
Ladas committed May 29, 2017
1 parent 2e8e0f1 commit be3ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manager_refresh/inventory_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def attributes(inventory_collection_scope = nil)
end
end

attributes_for_saving
attributes_for_saving.symbolize_keys
end

def assign_attributes(attributes)
Expand Down

0 comments on commit be3ddac

Please sign in to comment.