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