Sha256: aa4a96df1155233c8908810a921f7e4b30f759efa5144b7a2cdbf3c85a2d8a6e
Contents?: true
Size: 285 Bytes
Versions: 65
Compression:
Stored size: 285 Bytes
Contents
module RocketCMS module Models module ActiveRecord module ContactMessage extend ActiveSupport::Concern included do has_paper_trail if respond_to?(:has_paper_trail) validates_lengths_from_database end end end end end
Version data entries
65 entries across 65 versions & 1 rubygems