# File app/models/proposal.rb, line 29
  def default_status_if_empty
    self.prop_status ||= PropStatus.default
  end