docs: add documentation for various classes in app/logical.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# https://github.com/plataformatec/responders
|
||||
# https://github.com/plataformatec/responders/blob/master/lib/action_controller/responder.rb
|
||||
# Hooks into `respond_with` to add some custom behavior, including support for
|
||||
# the `expires_in`, `expiry`, and `only` params.
|
||||
#
|
||||
# @see https://github.com/plataformatec/responders
|
||||
# @see https://github.com/plataformatec/responders/blob/master/lib/action_controller/responder.rb
|
||||
class ApplicationResponder < ActionController::Responder
|
||||
# this is called by respond_with for non-html, non-js responses.
|
||||
def to_format
|
||||
|
||||
Reference in New Issue
Block a user