選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
7 行
281 B
7 行
281 B
# This file is used by Rack-based servers to start the application.
|
|
$:.unshift File.expand_path File.join File.dirname(__FILE__), '../../cryptcheck/lib'
|
|
require 'rubygems'
|
|
require 'bundler/setup'
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
run Rails.application
|
|
|