Class: Pakyow::Presenter::UnknownPage
- Defined in:
- lib/pakyow/presenter/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#contextual_message ⇒ Object
18 19 20 21 22 23 24 25 26 |
# File 'lib/pakyow/presenter/errors.rb', line 18 def <<~MESSAGE Pakyow couldn't render a view for `#{String.normalize_path(@context)}`. Try creating a view template for this path: frontend/pages#{view_path}.html * [Learn about view templates →](https://pakyow.com/docs/frontend/composition/) MESSAGE end |