Sha256: 264ceaf37529f4826fa349183441a874a526ef6de89aca74ceb9b0a7b9264a27
Contents?: true
Size: 217 Bytes
Versions: 14
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true class PublishersController < ApplicationController include Azeroth::Resourceable skip_before_action :verify_authenticity_token resource_for :publisher, only: %i[create index] end
Version data entries
14 entries across 14 versions & 1 rubygems