Skip to content

Commit

Permalink
Fix: Properly require ostruct
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Stribny committed Jun 29, 2015
1 parent dfc58d4 commit c0e63da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jbuilder.rb
Expand Up @@ -3,6 +3,7 @@
require 'jbuilder/key_formatter'
require 'jbuilder/errors'
require 'multi_json'
require 'ostruct'

class Jbuilder
@@key_formatter = nil
Expand Down

0 comments on commit c0e63da

Please sign in to comment.