您最多选择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
|
|
|