We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1269e99 commit bf65a3bCopy full SHA for bf65a3b
lib/active_scaffold/config/base.rb
@@ -26,7 +26,7 @@ def crud_type; self.class.crud_type end
26
27
# define a default action_group for this action
28
# e.g. 'members.crud'
29
- class_inheritable_accessor :action_group
+ class_attribute :action_group
30
31
# action_group this action should belong to
32
attr_accessor :action_group
0 commit comments