File: config.ru

package info (click to toggle)
ruby-web-console 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: ruby: 1,496; javascript: 497; sh: 19; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# frozen_string_literal: true

# This file is used by Rack-based servers to start the application.

require ::File.expand_path("../config/environment",  __FILE__)
run Rails.application