2012-04-10 13:31:21 +00:00
|
|
|
#!/usr/bin/env ruby
|
2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2012-04-10 13:31:21 +00:00
|
|
|
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
|
|
|
|
2020-06-22 09:57:45 +00:00
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
|
|
require File.expand_path('../config/boot', __dir__)
|
2012-04-10 13:31:21 +00:00
|
|
|
require 'rails/commands'
|