railsinstaller / railsinstaller-windows

RailsInstaller for Windows
http://railsinstaller.dev
Other
232 stars 117 forks source link

undefined method `pics' for nil:NilClass #104

Open ashutoshpith opened 6 years ago

ashutoshpith commented 6 years ago

screenshot 91 NoMethodError in PicsController#new undefined method `pics' for nil:NilClass

def new @pic = current_user.pics.build end

app/controllers/pics_controller.rb:12:in `new'