Class: Apress::Api::DeprecatedVersionsController
- Inherits:
-
ApiController::Base
- Object
- ActionController::Metal
- ApiController::Base
- Apress::Api::DeprecatedVersionsController
- Defined in:
- app/controllers/apress/api/deprecated_versions_controller.rb
Constant Summary
Constants included from ApiController::Pagination
ApiController::Pagination::DEFAULT_PER_PAGE, ApiController::Pagination::MAX_PER_PAGE
Instance Method Summary collapse
Methods included from ApiController::Compatibility
#allow_forgery_protection=, #assets_dir=, #helper, #helpers_path=, #include_all_helpers=, #javascripts_dir=, #page_cache_directory=, #relative_url_root=, #stylesheets_dir=
Methods included from ApiController::Pagination
#pagination_headers, #prepare_pagination
Instance Method Details
#show ⇒ Object
11 12 13 |
# File 'app/controllers/apress/api/deprecated_versions_controller.rb', line 11 def show render_error(410) end |