class StrongPresenter::UninferrablePresenterError
Note: we do not want to patch ActiveRecord
Public Class Methods
new(klass)
click to toggle source
Calls superclass method
# File lib/strong_presenter.rb, line 59 def initialize(klass) super("Could not infer a presenter for #{klass}.") end