Skip to content

Commit

Permalink
Added missing require of remove_method
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszx0 authored and tenderlove committed Jul 19, 2010
1 parent 661fd98 commit bd4b3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/lib/active_record/associations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/string/conversions'
require 'active_support/core_ext/module/remove_method'

module ActiveRecord
class InverseOfAssociationNotFoundError < ActiveRecordError #:nodoc:
Expand Down

0 comments on commit bd4b3d8

Please sign in to comment.