class Shamu::Security::Error
A generic error class for problems with shamu services.
Private Instance Methods
translation_scope()
click to toggle source
Calls superclass method
Shamu::Error#translation_scope
# File lib/shamu/security/error.rb, line 10 def translation_scope super.dup.insert( 1, :security ) end