Sha256: 60d59d1bca08d060bfcaa3227874517cc4cc3c886afdfdf771bb272bade4a4bb

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

# frozen_string_literal: true

require_relative "jananganamana/version"
# require "application_record"
module Jananganamana
  class Error < StandardError; end
  # Your code goes here...
  # class Ganesh1

  #   def self.ganesh
  #     puts "ganesh"
  #   end
  # end
  class User1 #< ApplicationRecord
    # belongs_to :user
    validates :name,presence:true
    validates :email,presence:true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jananganamana-0.2.9 lib/jananganamana.rb