Sha256: e6e572cc143dccace8b71a1f16b059828fbdf44cb8b85c75ff3537fec239e004
Contents?: true
Size: 315 Bytes
Versions: 8
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module CanCanDry module AbilityMapping class ActionMappingNotFound < RuntimeError def initialize(controller, action) super('Nenhum mapeamento de controle de acesso encontrado ' \ "para a action \"#{controller}##{action}\"") end end end end
Version data entries
8 entries across 8 versions & 1 rubygems