]> git.openstreetmap.org Git - rails.git/blob - Rakefile
Add frozen_string_literal comments to ruby files
[rails.git] / Rakefile
1 # frozen_string_literal: true
2
3 # Add your own tasks in files placed in lib/tasks ending in .rake,
4 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
5
6 require_relative "config/application"
7
8 Rails.application.load_tasks