asem
2006-Jun-16 05:23 UTC
[Rails] Is there a way of retrieving all req parameters without name
Is there a way of retrieving all the request parameters without name in the controller. Thanks & Regards, Asem -- Posted via http://www.ruby-forum.com/.
Rodney Ramdas
2006-Jun-16 08:37 UTC
[Rails] Is there a way of retrieving all req parameters without name
just the names/key ? params is just a hash: params.each_key do |key| puts key end On 6/16/06, asem <ur_joshua@yahoo.com> wrote:> Is there a way of retrieving all the request parameters without name in > the controller. > > Thanks & Regards, > Asem > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Rodney http://www.pinupgeek.com http://www.dutchrailers.org