Add widget cards to homepage

This commit is contained in:
rgarcia
2018-05-22 19:56:40 +02:00
committed by decabeza
parent 85c08da7a6
commit 664e77305c
21 changed files with 412 additions and 1 deletions

View File

@@ -182,4 +182,7 @@ namespace :admin do
resource :homepage, controller: :homepage
namespace :widget do
resources :cards
end
end