Skip to content

Commit

Permalink
Fix Rollbar::JSON for MultiJson <= 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon de Andres committed Oct 26, 2015
1 parent d2b1f33 commit b95bd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rollbar/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def find_options_module
#
# In this method we just get the last module name.
def multi_json_adapter_module_name
MultiJson.current_adapter.name[/^MultiJson::Adapters::(.*)$/, 1]
detect_multi_json_adapter.name[/^MultiJson::Adapters::(.*)$/, 1]
end
end
end
Expand Down

0 comments on commit b95bd93

Please sign in to comment.