assert_field_type(attribute_type, field_type)
Instance Public methods
Asserts the given attribute type gets translated to a field type properly:
assert_field_type :date, :date_select
Asserts the given attribute type gets translated to a field type properly:
assert_field_type :date, :date_select
Please login to continue.