Skip to content

Commit

Permalink
Let core_ext load all core extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Mar 20, 2014
1 parent 81b8325 commit c317f06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion opal/active_support/core_ext.rb
@@ -1,2 +1,5 @@
require 'active_support/core_ext/string'
require 'active_support/core_ext/enumerable'
require 'active_support/core_ext/integer'
require 'active_support/core_ext/numeric'
require 'active_support/core_ext/object'
require 'active_support/core_ext/string'

0 comments on commit c317f06

Please sign in to comment.