"default_actions" is no longer provided in ActiveAdmin 1.x. Use "actions" instead

This commit is contained in:
Alexander Machehin 2014-09-12 14:10:32 +06:00
parent 4aec2ba061
commit e93b8a8c00
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -31,7 +31,7 @@ ActiveAdmin.register EventLog do
end end
default_actions actions
end end
end end

View File

@ -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|

View File

@ -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|

View File

@ -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

View File

@ -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|