Skip to content

Commit

Permalink
Remove very old comments from core/config/initializers/spree.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed May 29, 2012
1 parent c7f372d commit 32586ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/config/initializers/spree.rb
Expand Up @@ -3,12 +3,4 @@
# Spree Configuration
SESSION_KEY = '_spree_session_id'

# TODO - Add the lib/plugins stuff maybe?
#::ActiveRecord::Base.send :include, Spree::Preferences::Preferable

# Add extra support goodies (similar to rails active support)
#class Array #:nodoc:
# include Spree::Support::CoreExtensions::Array
#end

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

0 comments on commit 32586ed

Please sign in to comment.