Sha256: 625105a81e5f5a9d93098261455cb5912ba136db1e50fbb0dc51113eedb4beed
Contents?: true
Size: 567 Bytes
Versions: 15
Compression:
Stored size: 567 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ # # Register CustomFields when Field class is loaded ActiveSupport.on_load(:fat_free_crm_field) do # self == Field register(as: 'date_pair', klass: 'CustomFieldDatePair', type: 'date') register(as: 'datetime_pair', klass: 'CustomFieldDatetimePair', type: 'timestamp') end
Version data entries
15 entries across 15 versions & 2 rubygems