Sha256: 7512bcb4188ccd334dc4352ded079159f4e4fe64997bd927eeff471049d59ba5

Contents?: true

Size: 250 Bytes

Versions: 7

Compression:

Stored size: 250 Bytes

Contents

module Phcscriptcdn
	class Scriptcdn::Scripturl < ActiveRecord::Base

		# Relationships
		belongs_to :scriptversion

		# Validation for Form Fields
		validates :scrpturlphc,
			uniqueness: true,
			presence: true,
			length: { minimum: 3 }

	end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcscriptcdn-1.2.0 app/models/phcscriptcdn/scriptcdn/scripturl.rb
phcscriptcdn-1.1.0 app/models/phcscriptcdn/scriptcdn/scripturl.rb
phcscriptcdn-1.0.3 app/models/phcscriptcdn/scriptcdn/scripturl.rb
phcscriptcdn-1.0.2 app/models/phcscriptcdn/scriptcdn/scripturl.rb
phcscriptcdn-1.0.1 app/models/phcscriptcdn/scriptcdn/scripturl.rb
phcscriptcdn-1.0.0 app/models/phcscriptcdn/scriptcdn/scripturl.rb
phcscriptcdn-0.9.10 app/models/phcscriptcdn/scriptcdn/scripturl.rb