To edit pages or tickets please login with username/password: aaf/aaf

Changeset 67

Show
Ignore:
Timestamp:
08/15/06 18:49:11 (2 years ago)
Author:
jk
Message:

r200@monsoon: jk | 2006-08-15 20:47:59 +0200
respond_to in SearchResults?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/acts_as_ferret/lib/acts_as_ferret.rb

    r65 r67  
    6060        def method_missing(symbol, *args, &block) 
    6161          @results.send(symbol, *args, &block) 
     62        end 
     63        def respond_to?(name) 
     64          self.methods.include?(name) || @results.respond_to?(name) 
    6265        end 
    6366      end 

To edit pages or tickets please login with username/password: aaf/aaf