Blast::Core::Engine.routes.draw do scope module: 'tasks' do resources :tasks end namespace :admin do get '/tasks' => 'tasks#index' end end