Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Fix: scenario pages aren't rendering on Rails 6 #93

Merged
merged 2 commits into from
Jun 9, 2021
Merged

Conversation

orien
Copy link
Contributor

@orien orien commented Jun 8, 2021

Context

On Rails 6, scenario pages fail with:

ActionView::Template::Error:
  Invalid formats: "html"

It seems Rails 6 requires the format to be in the form of a symbol (:html).

Change

Convert the format to a symbol.

orien added 2 commits June 9, 2021 08:45
Resolves Rails 6 issue: ActionView::Template::Error: Invalid formats: "html"
@orien orien merged commit 7ca9582 into master Jun 9, 2021
@orien orien deleted the orien/format-symbol branch June 9, 2021 01:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants