I upgraded an app to 2.01 and can’t figure out why I am getting a
undefined method `param_posted?’ for #<ControlPanelController:
0xb748ba18>
The controller should be inheriting this.
class ControlPanelController < ApplicationController
I upgraded an app to 2.01 and can’t figure out why I am getting a
undefined method `param_posted?’ for #<ControlPanelController:
0xb748ba18>
The controller should be inheriting this.
class ControlPanelController < ApplicationController
there is no method called param_posted? unless you defined it in your
applicationController.
How are we supposed to know this if you don’t post the relevant code?
On Dec 18, 2007 4:46 AM, tresero [email protected] wrote:
–
Ryan B.
Yes that was my stupidity, I forgot that I added this in application
controller.
Thanks for reminding me.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs