Actions
Bug #14842
closed'validate'` should be 'validates'
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Difficulty:
Triaged:
Description
On remote_execution_feature, there's a line calling `validate` and then calls some Rails validations. It has a typo and should say `validates`. Passenger does not start because of this, with an error
' Message from application: Unknown key: :presence. Valid keys are: :on, :if, :unless, :prepend. Perhaps you meant to call `validates` instead of `validate`? (ArgumentError) '
Actions