We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found a bug while following along on https://guides.rubyonrails.org/v4.2/getting_started.html when dealing with show.html.erb
Title: <%= @article.title %>
Text: <%= @article.text %>
The text was updated successfully, but these errors were encountered:
@riztaha What command are you using to format this file? Also are you on the most recent version of rufo?
I am not able to reproduce it with the above snippet.
Sorry, something went wrong.
No branches or pull requests
Found a bug while following along on https://guides.rubyonrails.org/v4.2/getting_started.html
when dealing with show.html.erb
Title: <%= @article.title %>
Text: <%= @article.text %>
<%= link_to 'Edit', edit_article_path(@Article) %> | <%= link_to 'Back', articles_path %>The text was updated successfully, but these errors were encountered: