Small bug in Installation.md guide
mattvanhorn opened this issue · 1 comments
mattvanhorn commented
The URL params will be passed with string keys, but the line with @beacon_path_params.blog_slug is looking for an atom as the key, and so will fail with a KeyError, like so:
(KeyError) key :blog_slug not found in: %{"blog_slug" => "my_first_post"}
I made a PR for it here: #354