Setup admin page for links.
This commit is contained in:
parent
aaaba71385
commit
599b826645
1 changed files with 9 additions and 0 deletions
9
app/admin/links.rb
Normal file
9
app/admin/links.rb
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
ActiveAdmin.register Link do
|
||||||
|
index do
|
||||||
|
column :id
|
||||||
|
column :url
|
||||||
|
column :description
|
||||||
|
column :release
|
||||||
|
default_actions
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue