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:
parent
eea774a1a4
commit
10eb1f987b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/all'
|
||||
require 'active_support'
|
||||
require 'active_support/core_ext'
|
||||
require 'rack/oauth2'
|
||||
|
||||
module FbGraph2
|
||||
|
|
Loading…
Reference in a new issue