Module: ActiveModel::InheritedPartials

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_model/inherited_partials.rb,
lib/active_model/inherited_partials/engine.rb,
lib/active_model/inherited_partials/authors.rb,
lib/active_model/inherited_partials/version.rb

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',
    ),
]
VERSION =
'0.1.4'