Skip to content

Commit 50ebc12

Browse files
authored
Merge pull request #783 from A1bi/fix-missing-method
Fix method from ActiveSupport not being available
2 parents 2a19185 + 210400c commit 50ebc12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/rabl.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'active_support'
2+
require 'active_support/core_ext/array/extract_options'
23
require 'active_support/core_ext/string/inflections'
34
require 'active_support/core_ext/object/blank'
45
require 'active_support/core_ext/hash/reverse_merge'

0 commit comments

Comments
 (0)