1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Cristian Mircea Messel 9cdc7c0614 single quotes for controller generated routes
Write routes in route.rb with single quotes

    get 'welcome/index'

instead of

    get "welcome/index"
2014-01-14 09:31:51 +02:00
..
rails single quotes for controller generated routes 2014-01-14 09:31:51 +02:00
rails.rb Add mailer previews feature based on mail_view gem 2013-12-17 03:58:35 +00:00