Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/enjoy/goto/routes.rb

Instance Method Summary collapse

Instance Method Details

#enjoy_cms_goto_routesObject



4
5
6
7
8
9
10
11
12
# File 'lib/enjoy/goto/routes.rb', line 4

def enjoy_cms_goto_routes

  scope module: 'enjoy' do
    scope module: 'goto' do
      get '/goto/*url' => 'transfers#index', as: :enjoy_goto, format: false
    end
  end

end