class AlphaApi::ResourceCollection::IncorrectClass
Public Class Methods
new(existing, given)
click to toggle source
Calls superclass method
# File lib/alpha_api/resource_collection.rb, line 59 def initialize(existing, given) super "You're trying to register #{given.resource_name} which is a #{given.class}, " + "but #{existing.resource_name}, a #{existing.class} has already claimed that name." end