Answers for "rails type of data"

0

rails datatypes

:binary
:boolean
:date
:datetime
:decimal
:float
:integer
:primary_key
:string
:text
:time
:timestamp
Posted by: Guest on February-17-2021
0

ruby rails find data field type

@data.type_for_attribute('id').type
=> :integer
@data.type_for_attribute('address').type
=> :string
Posted by: Guest on March-28-2021

Browse Popular Code Answers by Language