diff --git a/Readme.markdown b/Readme.markdown index 752c347..6ff3e5f 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -296,7 +296,7 @@ end Then you need to perform the wrapping in your controller. Here's the simplest method: ```ruby -class ArticlesController < Draper::Decorator +class ArticlesController < ApplicationController def show @article = ArticleDecorator.find params[:id] end