Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix expected parameter for action_models.scheduled_for (#993)
action_models.scheduled_for shows the following error: missing interpolation argument :for in "Scheduled for %{for}" ({:post_name=>"Post", :posts_possessive=>"Post’s", :team_name=>"dev", :teams_possessive=>"dev’s", :at=>"December 28 at 12:00 AM"} given) When: An action with SupportScheduling concern and at when an explicit scheduled_for datetime is set in the future at action creation time.
- Loading branch information