Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Aug 24, 2010
1 parent 2d131c2 commit e0a3eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pickle/adapters/machinist.rb
Expand Up @@ -8,7 +8,7 @@ def self.adapters
blueprints.keys.each {|blueprint| adapter << new(model_class, blueprint)}
end
end
adapter
adapters
end

def initialize(model_class, blueprint)
Expand Down

0 comments on commit e0a3eaf

Please sign in to comment.