class Rspec::Generators::ScaffoldGenerator
def example_params_for_update
def example_params_for_update @example_params_for_update ||= if example_valid_attributes.any? example_valid_attributes else { "these" => "params" } end end
def example_params_for_update @example_params_for_update ||= if example_valid_attributes.any? example_valid_attributes else { "these" => "params" } end end