Skip to content

Commit

Permalink
Move require
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeclaghorn committed Nov 18, 2019
1 parent 5e0aa27 commit bec0d6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/jbuilder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'jbuilder/errors'
require 'json'
require 'ostruct'
require 'active_support/core_ext/hash/deep_merge'

class Jbuilder
@@key_formatter = nil
Expand Down
1 change: 0 additions & 1 deletion test/jbuilder_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'test_helper'
require 'active_support/inflector'
require 'active_support/core_ext/hash/deep_merge'
require 'jbuilder'

def jbuild(*args, &block)
Expand Down

0 comments on commit bec0d6c

Please sign in to comment.