Module: StoreModel::ActiveAdminCompatibility

Defined in:
lib/store_model/ext/active_admin_compatibility.rb

Overview

ActiveAdmin compatibility patches

This module contains patches that make StoreModel compatible with ActiveAdmin’s form builders, particularly the has_many helper which expects certain ActiveRecord-like methods to be present.

To enable these patches, set:

StoreModel.config.active_admin_compatibility = true

Defined Under Namespace

Modules: NewRecordPatch, ReflectionMethods Classes: Reflection