Class: Taro::Types::RailsParamsType
- Inherits:
-
InputType
- Object
- BaseType
- ObjectType
- InputType
- Taro::Types::RailsParamsType
- Defined in:
- lib/taro/types/rails_params_type.rb
Overview
Abstract base class for rails declaration params. Internal use only.
Instance Method Summary collapse
-
#validate_no_undeclared_params? ⇒ Boolean
Skip validation of base params because they contain rails “additions” like controller, action, routing-related stuff, de-nested values, etc.
Methods inherited from InputType
Methods included from Shared::Fields
Methods included from Shared::ObjectCoercion
#coerce_input, #coerce_response
Methods included from Shared::CustomFieldResolvers
Instance Method Details
#validate_no_undeclared_params? ⇒ Boolean
Skip validation of base params because they contain rails “additions” like controller, action, routing-related stuff, de-nested values, etc.
7 8 9 |
# File 'lib/taro/types/rails_params_type.rb', line 7 def validate_no_undeclared_params? false end |