Skip to content

Commit

Permalink
these extensions already come with ActiveSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Feb 26, 2012
1 parent a9bb8dd commit 721abbd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
5 changes: 0 additions & 5 deletions lib/core_ext/object.rb

This file was deleted.

12 changes: 0 additions & 12 deletions lib/core_ext/string.rb

This file was deleted.

15 changes: 0 additions & 15 deletions lib/core_ext/symbol.rb

This file was deleted.

3 changes: 0 additions & 3 deletions lib/couch_potato.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ def self.full_url_to_database(database_name=CouchPotato::Config.database_name)


$LOAD_PATH << File.dirname(__FILE__) $LOAD_PATH << File.dirname(__FILE__)


require 'core_ext/object'
require 'core_ext/time' require 'core_ext/time'
require 'core_ext/date' require 'core_ext/date'
require 'core_ext/string'
require 'core_ext/symbol'
require 'couch_potato/validation' require 'couch_potato/validation'
require 'couch_potato/persistence' require 'couch_potato/persistence'
require 'couch_potato/railtie' if defined?(Rails) require 'couch_potato/railtie' if defined?(Rails)

0 comments on commit 721abbd

Please sign in to comment.