google_cse_plugin_controller.rb 166 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 class GoogleCsePluginController < ApplicationController append_view_path File.join(File.dirname(__FILE__) + '/../views') no_design_blocks def results; end end