Class: RocketPants::Base

Inherits:
ActionController::Metal
  • Object
show all
Defined in:
lib/rocket_pants/base.rb

Constant Summary collapse

MODULES =
[
  ActionController::HideActions,
  ActionController::UrlFor,
  ActionController::Redirecting,
  ActionController::ConditionalGet,
  ActionController::RackDelegation,
  record_identifier_klass,
  ActionController::HttpAuthentication::Basic::ControllerMethods,
  ActionController::HttpAuthentication::Digest::ControllerMethods,
  ActionController::HttpAuthentication::Token::ControllerMethods,
  UrlFor,
  Respondable,
  HeaderMetadata,
  Linking,
  Versioning,
  Caching,
  # Include earliest as possible in the request.
  AbstractController::Callbacks,
  ActionController::Rescue,
  ErrorHandling,
  Rescuable,
  JSONP,
  StrongParameters,
  Instrumentation
  # FormatVerification # TODO: Implement Format Verification
].compact

Class Method Summary collapse

Class Method Details

.helper_methodObject

Methods for integration purposes.



81
# File 'lib/rocket_pants/base.rb', line 81

def self.helper_method(*); end