Missing Argument message not always true
See image. The class InsertSQLDataAction extends GetDataAction. The call to super in initialize is being flagged as not
having enough parameters.
Attachment(s):
Untitled.gif
Please sign in to leave a comment.
Hi,
perhaps you have another GetDataAction in your project (or gems) which has initialize() w/o params and RM mistakenly treats it as the superclass for InsertSQLDataAction
Try to go to declation of GetDataAction to verify if this is the case.
Regards, Oleg.
It is my gem that I'm working. I can no longer reproduce this issue. Most likely when installed the latest gem it started resolving.