Sha256: 8c8897e651fbb5f3315537cfa271f3c94fea5a082e26f69529887c0a3556a1d1
Contents?: true
Size: 518 Bytes
Versions: 20
Compression:
Stored size: 518 Bytes
Contents
class Dorsale::ApplicationRecord < ActiveRecord::Base self.abstract_class = true include Agilibox::ActiveRecordUUIDConcern include Agilibox::DefaultValuesConcern include Agilibox::ModelToS include Agilibox::ModelI18n include Agilibox::PolymorphicId nilify_blanks before: :validation def self.last_created reorder(:created_at, :id).last end end ActsAsTaggableOn::Tagging.send(:include, Agilibox::ActiveRecordUUIDConcern) ActsAsTaggableOn::Tag.send(:include, Agilibox::ActiveRecordUUIDConcern)
Version data entries
20 entries across 20 versions & 1 rubygems