I have a model like this:
class Profile < ApplicationRecord validates :username, presence: true, on: :data_setup end
where :data_s
:data_s