action-center-platform icon indicating copy to clipboard operation
action-center-platform copied to clipboard

Rails 5.2

Open esoterik opened this issue 5 years ago • 0 comments

The only deprecation for this Rails version update is that dynamic :action segments in routes will be removed, so routes like the following:

get "smarty_streets/:action", controller: :smarty_streets
get 'mailer/:action/:id' => 'mailer#:action'

will break.

esoterik avatar May 22 '19 20:05 esoterik