method

file_path

file_path()
protected

No documentation available.

# File railties/lib/rails/generators/named_base.rb, line 73
        def file_path
          @file_path ||= (class_path + [file_name]).join('/')
        end