Skip to content
New issue

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

Syntax Error fix in apipie_404.html.erb #246

Merged
merged 1 commit into from
May 18, 2014
Merged

Conversation

richardsondx
Copy link
Contributor

The app wasn't displaying the '/apipie' path due to a syntax error in one of the view.
Added the missing parentheses and fixed ":href = link_to(..)" to ":href => link_to(..).

The app wasn't displaying the '/apipie' path due to a syntax error in one of the view.
Added the missing parentheses and fixed ":href = link_to(..)" to ":href => link_to(..).
@iNecas
Copy link
Member

iNecas commented May 18, 2014

That was awkward. Me should better add some tests to make sure not happens in the future. Thanks!

iNecas added a commit that referenced this pull request May 18, 2014
Syntax Error fix in apipie_404.html.erb
@iNecas iNecas merged commit d500d5a into Apipie:master May 18, 2014
@iNecas
Copy link
Member

iNecas commented May 23, 2014

Thanks a lot of the contribution! The changes were released as part of 0.2.1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants