Module: Undercarriage::Controllers::Restful::PermittedAttributesConcern

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

Overview

Permitted attributes

PermittedAttributesConcern is not meant to be included alone

Examples:

Controller

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