class Granite::Projector::ActionNotMountedError
Public Class Methods
new(projector)
click to toggle source
Calls superclass method
Granite::Projector::Error::new
# File lib/granite/projector/helpers.rb, line 6 def initialize(projector) super("Seems like #{projector.class} was not mounted. \ Do you have #{projector.action_class.name.underscore}##{projector.projector_name} declared in routes?", projector) end