Action Controller Parameters¶ ↑ Allows you to choose which attributes should be permitted for mass updating and thus prevent accidentally exposing that which shouldn’t be exposed. Provides methods for filtering and requiring params: expect to safely permit and require parameters in one step. permit to filter params for mass assignment. require to require a parameter or raise an error. Examples: pa