1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

limit to active_support/core_ext

This commit is contained in:
nov 2014-12-22 22:32:46 +09:00
parent eea774a1a4
commit 10eb1f987b

View file

@ -1,4 +1,5 @@
require 'active_support/all'
require 'active_support'
require 'active_support/core_ext'
require 'rack/oauth2'
module FbGraph2