class Jbuilder::NullError
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/jbuilder.rb, line 18 def initialize(key) super "Failed to add #{key.to_s.inspect} property to null object" end