google_cse_plugin_controller.rb 166 Bytes
class GoogleCsePluginController < ApplicationController
  append_view_path File.join(File.dirname(__FILE__) + '/../views')
  no_design_blocks

  def results; end
end