I'm not too clear what's the difference between the follwing two notations:
= render :partial => "order_fields", :locals => { :t => type, :f => c}
= render :partial => "order_fields", :locals => { t: type, f: c}
They both seem to work but I can't understand what's the difference. Could you please help me?