Skip to content

Commit

Permalink
add Genie.Renderer to BooksController example in Intermediate Topics …
Browse files Browse the repository at this point in the history
…guide
  • Loading branch information
nickembrey committed Jun 6, 2020
1 parent d75f167 commit de74132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/Working_With_Genie_Apps_Intermediary_Topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ We should also update the `BooksController.create` method to do something useful

```julia
# BooksController.jl
using Genie.Router
using Genie.Router, Genie.Renderer

function create()
Book(title = @params(:book_title), author = @params(:book_author)) |> save && redirect(:get_bgbooks)
Expand Down

0 comments on commit de74132

Please sign in to comment.