Skip to content

Commit

Permalink
Merge pull request kaminari#108 from seejohnrun/master
Browse files Browse the repository at this point in the history
Inheritance
  • Loading branch information
amatsuda committed Aug 21, 2011
2 parents edd9be6 + f634362 commit edcdbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kaminari/models/active_record_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def self.inherited(kls) #:nodoc:
include Kaminari::ActiveRecordRelationMethods
include Kaminari::PageScopeMethods
end
end
end if kls.superclass == ActiveRecord::Base
end
end
end
Expand Down

0 comments on commit edcdbee

Please sign in to comment.