Sha256: 31816d83eb7d1a7a4db298d25e4746a914a64e6786e27cd1b6474b6464db204d
Contents?: true
Size: 252 Bytes
Versions: 81
Compression:
Stored size: 252 Bytes
Contents
module Katello class Model < ApplicationRecord include ActiveModel::ForbiddenAttributesProtection self.abstract_class = true def destroy! unless destroy fail self.errors.full_messages.join('; ') end end end end
Version data entries
81 entries across 81 versions & 1 rubygems