cirandas.net

ref: master

plugins/google_cse/controllers/google_cse_plugin_controller.rb


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