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/jobs/rails_model_load_hook/application_job.rb,
app/models/rails_model_load_hook/application_record.rb,
app/helpers/rails_model_load_hook/application_helper.rb,
app/mailers/rails_model_load_hook/application_mailer.rb,
app/models/concerns/rails_model_load_hook/active_record.rb,
app/controllers/rails_model_load_hook/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Engine

Constant Summary collapse

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