Sha256: 1576ffecd82974615337c3b536a6aefc77c1d5c7f7baa89e93d8ae7bfb51aec5
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
can_can_dry-0.5.7 | lib/can_can_dry/ability_mapping/action_mapping_not_found.rb |
can_can_dry-0.5.6 | lib/can_can_dry/ability_mapping/action_mapping_not_found.rb |