I''m finding I can''t manipulate the params hash in my controller. -- Posted via http://www.ruby-forum.com/.
Jose Hales-Garcia wrote:> > I''m finding I can''t manipulate the params hash in my controller.It''s a function that returns a hash, not a global hash. And it''s probably immutable, as it should be. Joe -- Posted via http://www.ruby-forum.com/.