def create
    @state = State.new(params[:state])

    respond_to do |format|
      if @state.save