Skip to content

Commit bf65a3b

Browse files
committed
Fix class_inheritable_attribute deprecation warning
1 parent 1269e99 commit bf65a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_scaffold/config/base.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def crud_type; self.class.crud_type end
2626

2727
# define a default action_group for this action
2828
# e.g. 'members.crud'
29-
class_inheritable_accessor :action_group
29+
class_attribute :action_group
3030

3131
# action_group this action should belong to
3232
attr_accessor :action_group

0 commit comments

Comments
 (0)