Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add field_name and value attributes for audit_events #15

Open
seemantk opened this issue Jan 24, 2013 · 0 comments
Open

Please add field_name and value attributes for audit_events #15

seemantk opened this issue Jan 24, 2013 · 0 comments

Comments

@seemantk
Copy link

+  # @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.

lanej added a commit that referenced this issue Jan 26, 2013
lanej added a commit that referenced this issue Jan 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant