Begin

parent df25189d
Pipeline #894 canceled with stages
in 0 seconds
class UsersController < ApplicationController
def register_begin
end
end
<div class="container">
</div>
Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
match '/register/1', to: 'users#register_begin', via: 'get'
resources :users
resources :jobs
resources :top_pages
resources :industries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment