Skip to content

Commit

Permalink
Fixing Machinist adaptor to work with Machinist 2
Browse files Browse the repository at this point in the history
  • Loading branch information
giddie authored and ianwhite committed Aug 12, 2010
1 parent 6125fdb commit 42e5f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pickle/adapter.rb
Expand Up @@ -90,7 +90,7 @@ def initialize(klass, blueprint)
end

def create(attrs = {})
@klass.send(:make, @blueprint, attrs)
@klass.send(:make!, @blueprint, attrs)
end
end

Expand Down

0 comments on commit 42e5f9d

Please sign in to comment.