You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ # @return [String] The name of the field that changed
+ attribute :field_name, type: :string
+ # @return [String] The value of the changed field
+ attribute :value, type: :string
+ # @return [String] The previous value of the changed field
+ attribute :previous_value, type: :string
This worked for me on local testing to provide the information from those attributes.
The text was updated successfully, but these errors were encountered:
This worked for me on local testing to provide the information from those attributes.
The text was updated successfully, but these errors were encountered: