зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
6 строки
95 B
Ruby
6 строки
95 B
Ruby
Rails.application.routes.draw do
|
|
ActiveAdmin.routes(self)
|
|
|
|
root to: redirect('/admin')
|
|
end
|