Class: Controller::NotFound
Instance Attribute Summary
Attributes inherited from Base
#args, #body, #default_command, #input, #new_route, #prompt, #redirect, #rendered
Instance Method Summary collapse
Methods inherited from Base
before_view, #before_view_file, command_methods, #command_methods, #find_method, hidden_commands, hide_action, #initialize, #load_and_read_file, #redirect_to, #render, #render_template, #rendered?, #route_to, #service, #session, #to_s, #view_dir, #view_file
Constructor Details
This class inherits a constructor from Controller::Base
Instance Method Details
#get ⇒ Object
192 193 194 |
# File 'lib/controller.rb', line 192 def get render :text=>"There is no command for that." end |