class Draper::UninferrableDecoratorError

Public Class Methods

new(klass) click to toggle source
Calls superclass method
# File lib/draper.rb, line 53
def initialize(klass)
  super("Could not infer a decorator for #{klass}.")
end