Rails アプリのコンソール出力には、次のようなものが表示されます。
INFO: Started GET "/pharmacy?chart=medications&brand_name=BrandName_449&dose=6&form=Form_3&filter=phy_group"
Processing by PharmacyController#level_one as JSON
Parameters: {"chart"=>"medications", "brand_name"=>"BrandName_449", "dose"=>"6", "form"=>"Form_3", "filter"=>"phy_group"}
Completed 200 OK in 73ms (Views: 0.4ms)
しかし、私が言うと、 7puts params.length
が返されます。
何が起こっている?5つじゃないの?