Skip to content

Commit

Permalink
Merge pull request #635 from morron/wrapper-typo-fix
Browse files Browse the repository at this point in the history
fix typo var data -> _data
  • Loading branch information
pyromaniac authored Feb 18, 2018
2 parents b7186cf + 8cddbfb commit eb1ad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chewy/type/wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def ==(other)

%w[_id _type _index].each do |name|
define_method name do
data[name]
_data[name]
end
end

Expand Down

0 comments on commit eb1ad99

Please sign in to comment.