method
resource_attributes
v3.2.13 -
Show latest stable
- Class:
TestUnit::Generators::ScaffoldGenerator
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