# File lib/active_model/transitions.rb, line 88
    def state_not_set?
      self[transitions_state_column_name].nil?
    end