Ruby Rails Find Data Field Type

[Solved] Ruby Rails Find Data Field Type | Ruby - Code Explorer | yomemimo.com
Question : ruby rails find data field type

Answered by : ukulily-filly

@data.type_for_attribute('id').type
=> :integer
@data.type_for_attribute('address').type
=> :string

Source : | Last Update : Sun, 04 Apr 21

Answers related to ruby rails find data field type

Code Explorer Popular Question For Ruby