Class: RocketShorts::Base
- Inherits:
-
ActionController::Metal
- Object
- ActionController::Metal
- RocketShorts::Base
- Defined in:
- lib/rocket_shorts/base.rb
Constant Summary collapse
- MODULES =
[ ActionController::HideActions, ActionController::UrlFor, ActionController::Redirecting, ActionController::ConditionalGet, ActionController::RackDelegation, ActionController::RecordIdentifier, ActionController::HttpAuthentication::Basic::ControllerMethods, ActionController::HttpAuthentication::Digest::ControllerMethods, ActionController::HttpAuthentication::Token::ControllerMethods, RocketPants::UrlFor, RocketPants::Respondable, RocketPants::HeaderMetadata, RocketPants::Linking, RocketShorts::Versioning, RocketPants::Instrumentation, RocketPants::Caching, # Include earliest as possible in the request. AbstractController::Callbacks, ActionController::Rescue, RocketPants::ErrorHandling, RocketPants::Rescuable, RocketPants::JSONP # FormatVerification # TODO: Implement Format Verification ].compact
Class Method Summary collapse
-
.helper_method ⇒ Object
Methods for integration purposes.
Class Method Details
.helper_method ⇒ Object
Methods for integration purposes.
55 |
# File 'lib/rocket_shorts/base.rb', line 55 def self.helper_method(*); end |