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

Fix handlebars compile warning and nil method call #516

Merged
merged 2 commits into from
Feb 26, 2019

Conversation

BatedUrGonnaDie
Copy link
Collaborator

Handlebars fix based off this comment.

For the NoMethodError: undefined method 'run' for nil:NilClass, @run_like will always be nil since we only set it in the before_action for the destroy method, but since @run is always defined just redirect directly back to it.

@@ -210,7 +210,7 @@ article.mt-4
info, among other things.
.card-footer
.btn-group.float-right
a.btn.btn-dark href='https://github.com/batedurdonnadie/salty_bot'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow oops

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just clicking random links for fun and stumbled on it ¯\_(ツ)_/¯

@BatedUrGonnaDie BatedUrGonnaDie merged commit 0e2201a into glacials:master Feb 26, 2019
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.

None yet

2 participants