method

assert_field_type

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Rails::Generators::TestCase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

These similar methods exist in v7.1.3.2:

assert_field_type(attribute_type, field_type) public

Asserts the given attribute type gets translated to a field type properly:

assert_field_type :date, :date_select
Show source
Register or log in to add new notes.