• Andrea Galbusera's avatar
    Pass keyword args explicitly · 1ce792f7
    Andrea Galbusera authored
    Cascading namespace setting database migration helper called
    add_columns() without double splat yet triggering:
    
    warning: Using the last argument as keyword parameters is deprecated;
    maybe ** should be added to the call
    
    This led to failures in specs that involved a migration that used the
    helper.
    1ce792f7
cascading_namespace_settings.rb 3.3 KB