method

accessible_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.

accessible_attributes()
private

No documentation available.

# File railties/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb, line 33
        def accessible_attributes
          attributes.reject(&:reference?)
        end