-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi
Should line 24 of bank_account.rb have an each, e.g. currently it is
self.class.attributes {|attribute| value = send(attribute); hash[attribute] = value if value}
Should it instead be:
self.class.attributes.each {|attribute| value = send(attribute); hash[attribute] = value if value}
Cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels