Module: Undercarriage::Controllers::Restful::Actions::BaseConcern

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

Overview

Base restful action

BaseConcern is not meant to be included alone

Examples:

Controller

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