method

suffix

rails latest stable - Class: ScaffoldGenerator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

suffix()
protected

No documentation available.

# File railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb, line 165
    def suffix
      "_#{singular_name}" if options[:suffix]
    end