class Rails::Generators::JbuilderGenerator

def partial_path_name

def partial_path_name
  [controller_file_path, singular_table_name].join("/")
end