load "active_sqlite_record.rb" class Entity < ActiveSqliteRecord def initialize(sc, row={}) super(sc, row) end def resolve(target) return nil end end