Maintenance: Removed unneeded empty method brackets (not stlye guide conform) from pod.
This commit is contained in:
parent
fe2174f0a8
commit
9a65f79d89
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ returns
|
||||||
get history log for this object
|
get history log for this object
|
||||||
|
|
||||||
organization = Organization.find(123)
|
organization = Organization.find(123)
|
||||||
result = organization.history_get()
|
result = organization.history_get
|
||||||
|
|
||||||
returns
|
returns
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue