Skip to content

Notification template variables docs update #43

@timjcook

Description

@timjcook

The docs say that we could add the following example to our notification template

<h3>We added <%= @notification.params[:listing_address] %> to your My Properties.</h3>

it looks like params is passed in as a local, so better to do

<h3>We added <%= params[:listing_address] %> to your My Properties.</h3>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions