# File lib/ferret/browser.rb, line 232 232: def termdocs(args) 233: args = args.split('/') 234: @field = args.shift.intern 235: @term = args.join('/') 236: render(:action => :termdocs, 237: :content_type => 'text/plain', 238: :layout => false) 239: end