activeadmin-selleo-cms 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module ActiveadminSelleoCms
|
|
11
11
|
attr_protected :id
|
12
12
|
|
13
13
|
has_many :sections, as: :sectionable, dependent: :destroy
|
14
|
-
has_many :searches, as: :searchable
|
14
|
+
has_many :searches, as: :searchable
|
15
15
|
has_many :related_items, as: :related
|
16
16
|
|
17
17
|
accepts_nested_attributes_for :translations, :sections, :children
|