Module: RailsModelLoadHook

Defined in:
lib/rails_model_load_hook.rb,
lib/rails_model_load_hook/engine.rb,
lib/rails_model_load_hook/authors.rb,
lib/rails_model_load_hook/version.rb,
app/models/concerns/rails_model_load_hook/active_record.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Engine

Constant Summary collapse

AUTHORS =
[
		Gem::Author.new(
				name:       'Alexander Senko',
				email:      '[email protected]',
				github_url: 'https://github.com/Alexander-Senko',
		),
].freeze
VERSION =
'0.2.4'