Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/foreman_deployments/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject

adding to_hash to enable for using in dynflog actions’ output



4
5
6
7
# File 'lib/foreman_deployments/monkey_patches.rb', line 4

def to_hash
  # TODO: replace passwords
  attributes
end