Module: Undercarriage::Controllers::Restful::UtilityConcern

Extended by:
ActiveSupport::Concern
Defined in:
lib/undercarriage/controllers/restful/utility_concern.rb

Overview

Utility

Utility helper methods

UtilityConcern is not meant to be included alone

Examples:

Controller

class ExamplesController < ApplicationController
  include Undercarriage::Controllers::RestfulConcern
end