Skip to content

Commit

Permalink
Add comment pointing to action html page is called from (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey authored Dec 1, 2020
1 parent b688e5f commit f9f45e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lucky/renderable.cr
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module Lucky::Renderable

# :nodoc:
macro render_html_page(page_class, assigns)
# Found in {{ @type.name }}
view = {{ page_class }}.new(
context: context,
{% for key, value in assigns %}
Expand Down

0 comments on commit f9f45e8

Please sign in to comment.