File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
activemodel/lib/active_model/type Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
module ActiveModel
6
6
module Type
7
- # Active Model \BigInteger \Type
7
+ # = Active Model \BigInteger \Type
8
8
#
9
9
# Attribute type for integers that can be serialized to an unlimited number
10
10
# of bytes. This type is registered under the +:big_integer+ key.
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
module Type
5
- # Active Model \Binary \Type
5
+ # = Active Model \Binary \Type
6
6
#
7
7
# Attribute type for representation of binary data. This type is registered
8
8
# under the +:binary+ key.
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
module Type
5
- # Active Model \Boolean \Type
5
+ # = Active Model \Boolean \Type
6
6
#
7
7
# A class that behaves like a boolean type, including rules for coercion of
8
8
# user input.
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
module Type
5
- # Active Model \Date \Type
5
+ # = Active Model \Date \Type
6
6
#
7
7
# Attribute type for date representation. It is registered under the
8
8
# +:date+ key.
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
module Type
5
- # Active Model \DateTime \Type
5
+ # = Active Model \DateTime \Type
6
6
#
7
7
# Attribute type to represent dates and times. It is registered under the
8
8
# +:datetime+ key.
Original file line number Diff line number Diff line change 4
4
5
5
module ActiveModel
6
6
module Type
7
- # Active Model \Decimal \Type
7
+ # = Active Model \Decimal \Type
8
8
#
9
9
# Attribute type for decimal, high-precision floating point numeric
10
10
# representation. It is registered under the +:decimal+ key.
Original file line number Diff line number Diff line change 4
4
5
5
module ActiveModel
6
6
module Type
7
- # Active Model \Float \Type
7
+ # = Active Model \Float \Type
8
8
#
9
9
# Attribute type for floating point numeric values. It is registered under
10
10
# the +:float+ key.
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
module Type
5
- # Active Model \ImmutableString \Type
5
+ # = Active Model \ImmutableString \Type
6
6
#
7
7
# Attribute type to represent immutable strings. It casts incoming values to
8
8
# frozen strings.
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
module Type
5
- # Active Model \Integer \Type
5
+ # = Active Model \Integer \Type
6
6
#
7
7
# Attribute type for integer representation. This type is registered under
8
8
# the +:integer+ key.
Original file line number Diff line number Diff line change 4
4
5
5
module ActiveModel
6
6
module Type
7
- # Active Model \String \Type
7
+ # = Active Model \String \Type
8
8
#
9
9
# Attribute type for strings. It is registered under the +:string+ key.
10
10
#
You can’t perform that action at this time.
0 commit comments