Skip to content

Commit

Permalink
Maintenance: Removed unneeded empty method brackets (not stlye guide …
Browse files Browse the repository at this point in the history
…conform) from pod.
  • Loading branch information
thorsteneckel committed Jul 30, 2020
1 parent fe2174f commit 9a65f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/has_history.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def history_log_attributes
get history log for this object
organization = Organization.find(123)
result = organization.history_get()
result = organization.history_get
returns
Expand Down

0 comments on commit 9a65f79

Please sign in to comment.