def create
    @realize_type = RealizeType.new(realize_type_params)

    respond_to do |format|
      if @realize_type.save