Params hash keys as symbols vs strings

Viewed 9288
<%= params[:action] %>

and

<%= params['action'] %>

display

index

but what is the difference between this syntax?

1 Answers
Related