Writing sample_app for the rail manual and the following error.
I added <%= will_paginate @microposts %>View @microposts = @user.microposts.paginate(:page => params[:page])to my user profile and beforeUsersController
> NoMethodError (protected method `wp_parse_options' called for #<Class:0x007fde66015a80>):
app/controllers/users_controller.rb:17:in `show'
Where is the problem?
source
share