Module: SimpleParams::HasTypedParams
- Extended by:
- ActiveSupport::Concern
- Included in:
- Params
- Defined in:
- lib/simple_params/concerns/has_typed_params.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- TYPES =
[ :integer, :string, :decimal, :datetime, :date, :time, :float, :boolean, :array, :hash, :object ]