1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-16 15:16:38 +00:00
mastodon/bin/rails

5 lines
141 B
Plaintext
Raw Normal View History

2016-02-20 21:53:20 +00:00
#!/usr/bin/env ruby
2016-08-17 15:56:23 +00:00
APP_PATH = File.expand_path('../config/application', __dir__)
2016-02-20 21:53:20 +00:00
require_relative '../config/boot'
require 'rails/commands'