To understand how the VR plugin works check this forum.
In AS you have the config.columns[:name].description mechanism to add descriptors to fields. Binding VR with AS you’ll have:
1 2 | config.columns[:name].description = get_validation_option(Department, "name", :validates_length_of, :within, nil) |


