Sha256: d49bad003aac9fc9f3b85cff48c55cdfe7df36689b33ea9d2222c9e0de65c470

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

require 'mail'

#Raffle Configuration
SESSION_KEY = '_rafflev1_session_id'

LIKE = ActiveRecord::Base.connection.adapter_name == 'PostgreSQL' ? 'ILIKE' : 'LIKE'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
raffle_v1-0.0.5 config/rafflev1.rb