"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
|
end
|
||||||
column :updated_at
|
column :updated_at
|
||||||
|
|
||||||
default_actions
|
actions
|
||||||
end
|
end
|
||||||
|
|
||||||
show do
|
show do
|
||||||
|
|
|
@ -31,7 +31,7 @@ ActiveAdmin.register EventLog do
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
default_actions
|
actions
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -12,7 +12,7 @@ ActiveAdmin.register FlashNotify do
|
||||||
end
|
end
|
||||||
column :published
|
column :published
|
||||||
|
|
||||||
default_actions
|
actions
|
||||||
end
|
end
|
||||||
|
|
||||||
form do |f|
|
form do |f|
|
||||||
|
|
|
@ -21,7 +21,7 @@ ActiveAdmin.register NodeInstruction do
|
||||||
end
|
end
|
||||||
column :updated_at
|
column :updated_at
|
||||||
|
|
||||||
default_actions
|
actions
|
||||||
end
|
end
|
||||||
|
|
||||||
form do |f|
|
form do |f|
|
||||||
|
|
|
@ -14,7 +14,7 @@ ActiveAdmin.register RegisterRequest do
|
||||||
column :more
|
column :more
|
||||||
column :created_at
|
column :created_at
|
||||||
|
|
||||||
default_actions
|
actions
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -26,7 +26,7 @@ ActiveAdmin.register User do
|
||||||
column :created_at
|
column :created_at
|
||||||
column :role
|
column :role
|
||||||
|
|
||||||
default_actions
|
actions
|
||||||
end
|
end
|
||||||
|
|
||||||
form do |f|
|
form do |f|
|
||||||
|
|
Loading…
Reference in New Issue