MarkdownRecord Docs

Controller Helpers

This section describes the controller helpers provided by MarkdownRecord to help interact with MarkdownRecord.

To use controller helpers in a controller, simply include the MarkdownRecord::ControllerHelpers module like so:

include ::MarkdownRecord::ControllerHelpers

When the module is included, you will be able to call the following methods in your controller:

The above content was rendered from source files at: content/v_0_1/controller_helpers