Browse Source

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

Thorsten Eckel 4 years ago
parent
commit
9a65f79d89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/concerns/has_history.rb

+ 1 - 1
app/models/concerns/has_history.rb

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