Skip to content

Commit

Permalink
Merge pull request #3 from bytemine/develop
Browse files Browse the repository at this point in the history
add missing mac to provided_attributes of gs model
  • Loading branch information
fkr authored Aug 28, 2019
2 parents 564d7a1 + f255d3d commit 13f44db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/foreman_gridscale/gridscale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def to_label
end

def provided_attributes
super.merge({})
super.merge({:mac => :mac})
end

def get_ip(ipaddr_uuid)
Expand Down

0 comments on commit 13f44db

Please sign in to comment.