class Jbuilder::ArrayError

Public Class Methods

build(key) click to toggle source
# File lib/jbuilder/errors.rb, line 12
def self.build(key)
  message = "Failed to add #{key.to_s.inspect} property to an array"
  new(message)
end