10 lines
116 B
Ruby
10 lines
116 B
Ruby
|
ActiveAdmin.register_page "Useful Links" do
|
||
|
menu :parent => "Others"
|
||
|
|
||
|
content do
|
||
|
render "index"
|
||
|
end
|
||
|
|
||
|
end
|
||
|
|