Maintenance: Removed unneeded empty method brackets (not stlye guide conform) from pod.

This commit is contained in:
Thorsten Eckel 2020-07-30 15:38:37 +02:00
parent fe2174f0a8
commit 9a65f79d89

View file

@ -159,7 +159,7 @@ returns
get history log for this object
organization = Organization.find(123)
result = organization.history_get()
result = organization.history_get
returns