Flowdock
method

fill_row_model_attributes

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: TableRow
fill_row_model_attributes() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/fixture_set/table_row.rb, line 59
        def fill_row_model_attributes
          return unless model_class
          fill_timestamps
          interpolate_label
          generate_primary_key
          resolve_enums
          resolve_sti_reflections
        end
Register or log in to add new notes.