module Rmodel::RepositoryExt::Injectable
Public Instance Methods
injector()
click to toggle source
# File lib/rmodel/repository_ext/injectable.rb, line 4 def injector @injector ||= Injector.new(self) end
# File lib/rmodel/repository_ext/injectable.rb, line 4 def injector @injector ||= Injector.new(self) end