def create
    @state = State.new(state_params)

    respond_to do |format|
      if @state.save