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

Rename render -> html #905

Merged
merged 1 commit into from
Sep 16, 2019
Merged

Rename render -> html #905

merged 1 commit into from
Sep 16, 2019

Conversation

paulcsmith
Copy link
Member

Closes #904

@@ -43,7 +43,7 @@ module Lucky::Renderable
# end
# end
# ```
macro render(page_class = nil, **assigns)
Copy link
Member

Choose a reason for hiding this comment

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

Should we have this anyway to just raise an exception to say it's been renamed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point :)

@paulcsmith paulcsmith force-pushed the pcs/904-rename-render-to-html branch from fa235bc to 9c41096 Compare September 16, 2019 23:06
@paulcsmith paulcsmith merged commit 34bf2c2 into master Sep 16, 2019
@paulcsmith paulcsmith deleted the pcs/904-rename-render-to-html branch September 16, 2019 23:10
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.

Rename render -> html
2 participants