Class: StandardController

Inherits:
Publinator::ApplicationController show all
Defined in:
app/controllers/standard_controller.rb

Instance Method Summary collapse

Methods inherited from Publinator::ApplicationController

#body_id, #current_controller, #current_domain, #current_layout, #current_site, #current_site_name

Instance Method Details

#searchObject



9
10
11
# File 'app/controllers/standard_controller.rb', line 9

def search
  render :text => "Searching now..."
end