Class: Controller::ServerError

Inherits:
Base show all
Defined in:
lib/controller.rb

Instance Attribute Summary

Attributes inherited from Base

#body, #default_command, #input, #new_route, #prompt, #rendered

Instance Method Summary collapse

Methods inherited from Base

before_view, #before_view_file, #initialize, #load_and_read_file, #render, #render_template, #route_to, #service, #session, #to_s, #view_dir, #view_file

Constructor Details

This class inherits a constructor from Controller::Base

Instance Method Details

#getObject



143
144
145
# File 'lib/controller.rb', line 143

def get
	render :text=>"Command problem, check the logs."
end