method

resource_attributes

rails latest stable - Class: TestUnit::Generators::ScaffoldGenerator

Method deprecated or moved

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

resource_attributes()
private

No documentation available.

# File railties/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb, line 20
        def resource_attributes
          key_value singular_table_name, "{ #{attributes_hash} }"
        end