Class: StandardController
- Inherits:
-
Publinator::ApplicationController
- Object
- ActionController::Base
- Publinator::ApplicationController
- StandardController
- 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
#search ⇒ Object
9 10 11 |
# File 'app/controllers/standard_controller.rb', line 9 def search render :text => "Searching now..." end |