Skip to content

Commit

Permalink
Merge pull request #245 from nickembrey/fix-244-genie.renderer-required
Browse files Browse the repository at this point in the history
add Genie.Renderer to BooksController example in Intermediate Topics …
  • Loading branch information
essenciary authored Jun 8, 2020
2 parents 3094b1d + de74132 commit d5df6d0
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 d5df6d0

Please sign in to comment.