Module Merb::ParamsFilter::RequestMixin
In: lib/merb-param-protection.rb

Methods

Attributes

trashed_params  [RW] 

Public Instance methods

Removes specified parameters of an object

  remove_params_from_object(:post, [:status, :author_id])

Restricts parameters of an object

  restrict_params(:post, [:title, :body])

[Validate]