Module: Undercarriage::Controllers::Restful::LocationAfterConcern

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

Overview

Location after

Redirect locations after create, update or destroy

LocationAfterConcern is not meant to be included alone

Examples:

Controller

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