Sha256: 904ca9043a8fa087118486eea8b5cebce85318635f9b5756fe6f8c9d1d969506
Contents?: true
Size: 348 Bytes
Versions: 50
Compression:
Stored size: 348 Bytes
Contents
module Kuhsaft class ColumnBrick < Brick include Kuhsaft::BrickList acts_as_brick_list # # Users should not be able to delete this brick through the UI # def user_can_delete? false end # No need to save def user_can_save? false end def renders_own_childs? false end end end
Version data entries
50 entries across 50 versions & 1 rubygems