Module: Plutonium::UI::Options::HasCentsField
- Included in:
- Display::Options::InferredTypes, Form::Options::InferredTypes
- Defined in:
- lib/plutonium/ui/options/has_cents_field.rb
Overview
Shared detector for a has_cents money field, so the form and display
inferred-type chains agree on what counts as currency (an explicit
as: :currency is never needed for a has_cents attribute). Included
into both Form::Options::InferredTypes and Display::Options::InferredTypes.