diff --git a/en/docs/controllers.md b/en/docs/controllers.md index c41a91d..ff463e9 100644 --- a/en/docs/controllers.md +++ b/en/docs/controllers.md @@ -19,7 +19,7 @@ end module Main class TodosController < Volt::ModelController def initialize(*args) - # Don't forget to call include *args and call super + # Don't forget to include *args in the method definition super self.model = :page