def create
    @create = Create.new(create_params)

    respond_to do |format|
      if @create.save