Sha256: 3a5b7470883d874c28ee256ad2b5f06706a3343896bf49e5d37e15e04897862b
Contents?: true
Size: 331 Bytes
Versions: 27
Compression:
Stored size: 331 Bytes
Contents
module Brightcontent module ModelExtensions extend ActiveSupport::Concern module ClassMethods def brightcontent_columns @brightcontent_columns ||= column_names.dup end def add_brightcontent_column(column_name) brightcontent_columns.append(column_name.to_s) end end end end
Version data entries
27 entries across 27 versions & 1 rubygems