features/thinking_sphinx/models/developer.rb in thinking-sphinx-1.3.17 vs features/thinking_sphinx/models/developer.rb in thinking-sphinx-1.3.18

- old
+ new

@@ -1,6 +1,6 @@ -require 'features/thinking_sphinx/models/tag' -require 'features/thinking_sphinx/models/tagging' +require "#{File.dirname(__FILE__)}/tag" +require "#{File.dirname(__FILE__)}/tagging" class Developer < ActiveRecord::Base has_many :taggings, :as => :taggable has_many :tags, :through => :taggings