Class: ApplicationController

Inherits:
Rory::Controller show all
Defined in:
lib/rory/cli/generators/templates/app/controllers/application_controller.rb

Instance Attribute Summary

Attributes inherited from Rory::Controller

#dispatcher, #locals

Method Summary

Methods inherited from Rory::Controller

after_action, after_actions, ancestor_actions, #base_path, before_action, before_actions, #default_content_type, #default_renderer_options, #expose, #extract_options, #generate_body_from_template, #generate_for_render, #generate_json_from_object, #initialize, #json_requested?, #layout, #params, #present, #redirect, #render, #render_not_found, #route_template, #set_response_defaults

Methods included from Rory::PathGeneration

#path_to

Constructor Details

This class inherits a constructor from Rory::Controller