class Shamu::Features::Error

An error occcured in the Features domain.

Private Instance Methods

translation_scope() click to toggle source
Calls superclass method Shamu::Error#translation_scope
# File lib/shamu/features/errors.rb, line 9
def translation_scope
  super.dup.insert( 1, :features )
end