def create
    @gene_attribute = GeneAttribute.new(gene_attribute_params)

    respond_to do |format|
      if @gene_attribute.save