Sha256: c438c99c6a41bd51fb9f0c486a05810cc511bc21a2712afd47f01fb5aa92ef09

Contents?: true

Size: 186 Bytes

Versions: 10

Compression:

Stored size: 186 Bytes

Contents

class <%= class_name %>Controller < ApplicationController

  hobo_controller
  
  def index; end

  def search
    if params[:query]
      site_search(params[:query])
    end
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hobo-0.6.1 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.7.0 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.7.3 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.6.2 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.6.3 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.6.4 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.7.1 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.7.2 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.7.4 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb
hobo-0.7.5 hobo_files/plugin/generators/hobo_front_controller/templates/controller.rb