class ROM::Session::ObjectNotTrackedError
Raised when an object is expected to be tracked and it’s not
Public Class Methods
new(object)
click to toggle source
Calls superclass method
# File lib/rom-session.rb, line 37 def initialize(object) super("Tracker doesn't include #{object.inspect}") end