"default_actions" is no longer provided in ActiveAdmin 1.x. Use "actions" instead
This commit is contained in:
parent
4aec2ba061
commit
e93b8a8c00
|
@ -23,7 +23,7 @@ ActiveAdmin.register BuildScript do
|
|||
end
|
||||
column :updated_at
|
||||
|
||||
default_actions
|
||||
actions
|
||||
end
|
||||
|
||||
show do
|
||||
|
|
|
@ -31,7 +31,7 @@ ActiveAdmin.register EventLog do
|
|||
end
|
||||
|
||||
|
||||
default_actions
|
||||
actions
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -12,7 +12,7 @@ ActiveAdmin.register FlashNotify do
|
|||
end
|
||||
column :published
|
||||
|
||||
default_actions
|
||||
actions
|
||||
end
|
||||
|
||||
form do |f|
|
||||
|
|
|
@ -21,7 +21,7 @@ ActiveAdmin.register NodeInstruction do
|
|||
end
|
||||
column :updated_at
|
||||
|
||||
default_actions
|
||||
actions
|
||||
end
|
||||
|
||||
form do |f|
|
||||
|
|
|
@ -14,7 +14,7 @@ ActiveAdmin.register RegisterRequest do
|
|||
column :more
|
||||
column :created_at
|
||||
|
||||
default_actions
|
||||
actions
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -26,7 +26,7 @@ ActiveAdmin.register User do
|
|||
column :created_at
|
||||
column :role
|
||||
|
||||
default_actions
|
||||
actions
|
||||
end
|
||||
|
||||
form do |f|
|
||||
|
|
Loading…
Reference in New Issue