Sha256: 3f1682f02c8df3385c358545de2044033d717dbca382fdd3fd0c809426bb97b2
Contents?: true
Size: 223 Bytes
Versions: 59
Compression:
Stored size: 223 Bytes
Contents
class RegistrationConfig < ActiveRecord::Migration def self.up if Radiant::Config['reader.allow_registration?'].nil? Radiant::Config['reader.allow_registration?'] = true end end def self.down end end
Version data entries
59 entries across 59 versions & 1 rubygems