method

file_name

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: JobGenerator
file_name() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/rails/generators/job/job_generator.rb, line 31
        def file_name
          @_file_name ||= super.sub(/_job\z/, "")
        end
Register or log in to add new notes.