Skip to content

Commit c0e63da

Browse files
author
Josef Stribny
committed
Fix: Properly require ostruct
1 parent dfc58d4 commit c0e63da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/jbuilder.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'jbuilder/key_formatter'
44
require 'jbuilder/errors'
55
require 'multi_json'
6+
require 'ostruct'
67

78
class Jbuilder
89
@@key_formatter = nil

0 commit comments

Comments
 (0)