change name class

parent 5a86b9bf
Pipeline #1036 failed with stages
in 0 seconds
class JobAppliedsController < ApplicationController
class AppliedJobsController < ApplicationController
before_action :sign_in_validation, only: %i[new confirmation create show]
before_action :validate_apply_job, only: [:new, :confirmation]
......
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