Simple Ruby code

Ruby code posted
created at 01 Apr 19:07, updated at 03 Apr 07:57

Edit | Back
1
2
helpers = Rails.application.routes.named_routes.helpers
helpers.sort.each do |h| puts h end
92 Bytes in 34 ms with coderay