Skip to content

Commit

Permalink
Fixing spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhutton committed Nov 1, 2010
1 parent 7993820 commit 9f18518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/has_many_polymorphs/railtie.rb
Expand Up @@ -3,7 +3,7 @@ class Railtie < Rails::Railtie
initializer "has_many_polymorphs" do |app|
require 'has_many_polymorphs/autoload'
if defined?(Spork)
Spork.trap_class_methods(HasManyPolymorphs, :setup)
Spork.trap_class_method(HasManyPolymorphs, :setup)
end
HasManyPolymorphs.setup
end
Expand Down

0 comments on commit 9f18518

Please sign in to comment.