Rails: Where "params" is defined?
I use params in my controller like this: class ProductsController < ApplicationController def create @product = Product.new(params[:aircon]) ... end end Is params an attribute of